![]() |
The Gaudi Framework
v28r2
|
Shadow class to mimik POOL tokens. More...
#include <RootCnv/PoolClasses.h>

Public Member Functions | |
| Token ()=default | |
| transient (a streamer is used to read it) More... | |
| virtual | ~Token ()=default |
| bool | operator== (const Token &t) const |
Public Attributes | |
| int | m_refCount |
| int | m_technology |
| transient (a streamer is used to read it) More... | |
| std::string | m_dbID |
| transient (a streamer is used to read it) More... | |
| std::string | m_cntID |
| transient (a streamer is used to read it) More... | |
| Guid | m_classID |
| transient (a streamer is used to read it) More... | |
| std::pair< int, int > | m_oid |
| Object global identifier. More... | |
| int | m_type |
| POOL OID data member: transient (a streamer is used to read it) More... | |
Shadow class to mimik POOL tokens.
Definition at line 20 of file PoolClasses.h.
|
default |
transient (a streamer is used to read it)
|
virtualdefault |
|
inline |
Definition at line 32 of file PoolClasses.h.
| Guid pool::Token::m_classID |
transient (a streamer is used to read it)
Definition at line 26 of file PoolClasses.h.
| std::string pool::Token::m_cntID |
transient (a streamer is used to read it)
Definition at line 25 of file PoolClasses.h.
| std::string pool::Token::m_dbID |
transient (a streamer is used to read it)
Definition at line 24 of file PoolClasses.h.
| std::pair<int, int> pool::Token::m_oid |
Object global identifier.
Definition at line 27 of file PoolClasses.h.
| int pool::Token::m_refCount |
Definition at line 22 of file PoolClasses.h.
| int pool::Token::m_technology |
transient (a streamer is used to read it)
Definition at line 23 of file PoolClasses.h.
| int pool::Token::m_type |
POOL OID data member: transient (a streamer is used to read it)
Definition at line 28 of file PoolClasses.h.