![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 276 of file TVirtualPad.h.
Public Member Functions | |
TPickerStackGuard (TObject *obj) | |
Scope-guards ctor, pushe the object on stack. More... | |
~TPickerStackGuard () | |
Guard does out of scope, pop object from stack. More... | |
Private Member Functions | |
TPickerStackGuard (const TPickerStackGuard &rhs) | |
TPickerStackGuard & | operator= (const TPickerStackGuard &rhs) |
#include <TVirtualPad.h>
TPickerStackGuard::TPickerStackGuard | ( | TObject * | obj | ) |
Scope-guards ctor, pushe the object on stack.
Definition at line 138 of file TVirtualPad.cxx.
TPickerStackGuard::~TPickerStackGuard | ( | ) |
Guard does out of scope, pop object from stack.
Definition at line 146 of file TVirtualPad.cxx.
|
private |
|
private |