![]() |
The Gaudi Framework
v39r3 (979e3109)
|
#include </builds/gaudi/Gaudi/RootCnv/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 104 of file PoolClasses.h.
|
default |
Standard constructor.
|
inlinevirtual |
Standard destructor.
Definition at line 115 of file PoolClasses.h.
|
inline |
|
inline |
|
protected |
Logical links.
Definition at line 109 of file PoolClasses.h.
|
protected |
Directory links.
Definition at line 107 of file PoolClasses.h.