Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Member Functions | List of all members
TPickerStackGuard Class Reference

Definition at line 273 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)
 
TPickerStackGuardoperator= (const TPickerStackGuard &rhs)
 

#include <TVirtualPad.h>

Constructor & Destructor Documentation

◆ TPickerStackGuard() [1/2]

TPickerStackGuard::TPickerStackGuard ( TObject obj)

Scope-guards ctor, pushe the object on stack.

Definition at line 141 of file TVirtualPad.cxx.

◆ ~TPickerStackGuard()

TPickerStackGuard::~TPickerStackGuard ( )

Guard does out of scope, pop object from stack.

Definition at line 149 of file TVirtualPad.cxx.

◆ TPickerStackGuard() [2/2]

TPickerStackGuard::TPickerStackGuard ( const TPickerStackGuard rhs)
private

Member Function Documentation

◆ operator=()

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

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