Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
TPickerStackGuard Class Reference

Definition at line 275 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 137 of file TVirtualPad.cxx.

◆ ~TPickerStackGuard()

TPickerStackGuard::~TPickerStackGuard ( )

Guard does out of scope, pop object from stack.

Definition at line 145 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: