![]() |
ATLAS Offline Software
|
#include <RootAuxDynIO.h>
Public Member Functions | |
| AuxDynAttrAccess (TClass &tc) | |
| bool | hasAuxDynStore () const |
Protected Member Functions | |
| int | auxStoreOffset (TClass &tc) |
| SG::IAuxStoreIO * | castIOStore (void *object) |
Protected Attributes | |
| TClass & | m_holderType |
| TClass of the type containing the AuxStore with attributes. | |
| int | m_ioStoreOffset |
| AuxStoreIO interface offset in the subclass type (for casting). negative means no inheritance. | |
Definition at line 19 of file RootAuxDynIO.h.
| RootAuxDynIO::AuxDynAttrAccess::AuxDynAttrAccess | ( | TClass & | tc | ) |
Definition at line 25 of file RootAuxDynIO.cxx.
|
protected |
Definition at line 30 of file RootAuxDynIO.cxx.
|
protected |
Definition at line 46 of file RootAuxDynIO.cxx.
| bool RootAuxDynIO::AuxDynAttrAccess::hasAuxDynStore | ( | ) | const |
Definition at line 41 of file RootAuxDynIO.cxx.
|
protected |
TClass of the type containing the AuxStore with attributes.
Definition at line 30 of file RootAuxDynIO.h.
|
protected |
AuxStoreIO interface offset in the subclass type (for casting). negative means no inheritance.
Definition at line 32 of file RootAuxDynIO.h.