A RAII object to pop and push slot numbers from a RSlotStack object.
After construction the slot number is available as the data member fSlot.
Definition at line 45 of file RSlotStack.hxx.
Public Member Functions | |
RSlotStackRAII (ROOT::Internal::RSlotStack &slotStack) | |
~RSlotStackRAII () | |
Public Attributes | |
unsigned int | fSlot |
ROOT::Internal::RSlotStack & | fSlotStack |
#include <ROOT/RSlotStack.hxx>
|
inline |
Definition at line 48 of file RSlotStack.hxx.
|
inline |
Definition at line 49 of file RSlotStack.hxx.
unsigned int ROOT::Internal::RSlotStackRAII::fSlot |
Definition at line 47 of file RSlotStack.hxx.
ROOT::Internal::RSlotStack& ROOT::Internal::RSlotStackRAII::fSlotStack |
Definition at line 46 of file RSlotStack.hxx.