The Gaudi Framework
v30r3 (a5ef0a68)
|
Description: PoolDbLinkManager class implementation definition. More...
#include <RootCnv/PoolClasses.h>
Public Member Functions | |
PoolDbLinkManager ()=default | |
Standard constructor. More... | |
virtual | ~PoolDbLinkManager () |
Standard destructor. More... | |
std::vector< pool::Token * > & | references () |
Access to token array. More... | |
std::vector< std::string > & | links () |
Access to link array. More... | |
Protected Attributes | |
std::vector< pool::Token * > | m_refs |
Directory links. More... | |
std::vector< std::string > | m_links |
Logical links. More... | |
Description: PoolDbLinkManager class implementation definition.
Definition at line 100 of file PoolClasses.h.
|
default |
Standard constructor.
|
inlinevirtual |
Standard destructor.
Definition at line 112 of file PoolClasses.h.
|
inline |
Access to link array.
Definition at line 119 of file PoolClasses.h.
|
inline |
Access to token array.
Definition at line 117 of file PoolClasses.h.
|
protected |
Logical links.
Definition at line 106 of file PoolClasses.h.
|
protected |
Directory links.
Definition at line 104 of file PoolClasses.h.