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

Public Member Functions | |
| Token ()=default | |
| transient (a streamer is used to read it) | |
| 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) | |
| std::string | m_dbID |
| transient (a streamer is used to read it) | |
| std::string | m_cntID |
| transient (a streamer is used to read it) | |
| Guid | m_classID {} |
| transient (a streamer is used to read it) | |
| std::pair< int, int > | m_oid |
| Object global identifier. | |
| int | m_type {} |
| POOL OID data member: transient (a streamer is used to read it) | |
Shadow class to mimik POOL tokens.
Definition at line 35 of file PoolClasses.h.
|
default |
transient (a streamer is used to read it)
|
virtualdefault |
|
inline |
Definition at line 47 of file PoolClasses.h.
| Guid pool::Token::m_classID {} |
| std::string pool::Token::m_cntID |
transient (a streamer is used to read it)
Definition at line 40 of file PoolClasses.h.
| std::string pool::Token::m_dbID |
transient (a streamer is used to read it)
Definition at line 39 of file PoolClasses.h.
| std::pair<int, int> pool::Token::m_oid |
Object global identifier.
Definition at line 42 of file PoolClasses.h.
| int pool::Token::m_refCount {} |
Definition at line 37 of file PoolClasses.h.
| int pool::Token::m_technology {} |
| int pool::Token::m_type {} |
POOL OID data member: transient (a streamer is used to read it)
Definition at line 43 of file PoolClasses.h.