Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RSlotStackRAII Struct Reference

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::RSlotStackfSlotStack
 

#include <ROOT/RSlotStack.hxx>

Constructor & Destructor Documentation

◆ RSlotStackRAII()

ROOT::Internal::RSlotStackRAII::RSlotStackRAII ( ROOT::Internal::RSlotStack slotStack)
inline

Definition at line 48 of file RSlotStack.hxx.

◆ ~RSlotStackRAII()

ROOT::Internal::RSlotStackRAII::~RSlotStackRAII ( )
inline

Definition at line 49 of file RSlotStack.hxx.

Member Data Documentation

◆ fSlot

unsigned int ROOT::Internal::RSlotStackRAII::fSlot

Definition at line 47 of file RSlotStack.hxx.

◆ fSlotStack

ROOT::Internal::RSlotStack& ROOT::Internal::RSlotStackRAII::fSlotStack

Definition at line 46 of file RSlotStack.hxx.

Collaboration diagram for ROOT::Internal::RSlotStackRAII:
[legend]

The documentation for this struct was generated from the following file: