#include <RootAuxDynIO.h>
|
TClass & | m_holderType |
| TClass of the type containing the AuxStore with attributes. More...
|
|
int | m_ioStoreOffset |
| AuxStoreIO interface offset in the subclass type (for casting). negative means no inheritance. More...
|
|
Definition at line 19 of file RootAuxDynIO.h.
◆ AuxDynAttrAccess()
RootAuxDynIO::AuxDynAttrAccess::AuxDynAttrAccess |
( |
TClass & |
tc | ) |
|
◆ auxStoreOffset()
int RootAuxDynIO::AuxDynAttrAccess::auxStoreOffset |
( |
TClass & |
tc | ) |
|
|
protected |
Definition at line 29 of file RootAuxDynIO.cxx.
31 TClass *storeTClass =
tc.GetBaseClass(
"SG::IAuxStoreIO");
35 return tc.GetBaseClassOffset( storeTClass );
◆ castIOStore()
SG::IAuxStoreIO * RootAuxDynIO::AuxDynAttrAccess::castIOStore |
( |
void * |
object | ) |
|
|
protected |
◆ hasAuxDynStore()
bool RootAuxDynIO::AuxDynAttrAccess::hasAuxDynStore |
( |
| ) |
const |
◆ m_holderType
TClass& RootAuxDynIO::AuxDynAttrAccess::m_holderType |
|
protected |
TClass of the type containing the AuxStore with attributes.
Definition at line 30 of file RootAuxDynIO.h.
◆ m_ioStoreOffset
int RootAuxDynIO::AuxDynAttrAccess::m_ioStoreOffset |
|
protected |
AuxStoreIO interface offset in the subclass type (for casting). negative means no inheritance.
Definition at line 32 of file RootAuxDynIO.h.
The documentation for this class was generated from the following files: