Definition at line 311 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 | |
| TPickerStackGuard & | operator= (const TPickerStackGuard &rhs)=delete |
| TPickerStackGuard::TPickerStackGuard | ( | TObject * | obj | ) |
Scope-guards ctor, pushe the object on stack.
Definition at line 213 of file TVirtualPad.cxx.
| TPickerStackGuard::~TPickerStackGuard | ( | ) |
Guard does out of scope, pop object from stack.
Definition at line 221 of file TVirtualPad.cxx.
|
privatedelete |
|
privatedelete |