Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TPickerStackGuard Class Reference

Definition at line 294 of file TVirtualPad.h.

Public Member Functions

 TPickerStackGuard (TObject *obj)
 Scope-guards ctor, pushe the object on stack.
 
 ~TPickerStackGuard ()
 Guard does out of scope, pop object from stack.
 

Private Member Functions

 TPickerStackGuard (const TPickerStackGuard &rhs)=delete
 
TPickerStackGuardoperator= (const TPickerStackGuard &rhs)=delete
 

#include <TVirtualPad.h>

Constructor & Destructor Documentation

◆ TPickerStackGuard() [1/2]

TPickerStackGuard::TPickerStackGuard ( TObject obj)

Scope-guards ctor, pushe the object on stack.

Definition at line 191 of file TVirtualPad.cxx.

◆ ~TPickerStackGuard()

TPickerStackGuard::~TPickerStackGuard ( )

Guard does out of scope, pop object from stack.

Definition at line 199 of file TVirtualPad.cxx.

◆ TPickerStackGuard() [2/2]

TPickerStackGuard::TPickerStackGuard ( const TPickerStackGuard rhs)
privatedelete

Member Function Documentation

◆ operator=()

TPickerStackGuard & TPickerStackGuard::operator= ( const TPickerStackGuard rhs)
privatedelete

The documentation for this class was generated from the following files: