Description: PoolDbLinkManager class implementation definition.
More...
#include </builds/gaudi/Gaudi/RootCnv/include/RootCnv/PoolClasses.h>
Description: PoolDbLinkManager class implementation definition.
- Author
- Markus Frank
- Version
- 1.0
Definition at line 105 of file PoolClasses.h.
◆ PoolDbLinkManager()
PoolDbLinkManager::PoolDbLinkManager |
( |
| ) |
|
|
default |
◆ ~PoolDbLinkManager()
virtual PoolDbLinkManager::~PoolDbLinkManager |
( |
| ) |
|
|
inlinevirtual |
Standard destructor.
Definition at line 116 of file PoolClasses.h.
116 {
117 for (
auto& i :
m_refs )
delete i;
118 }
std::vector< pool::Token * > m_refs
Directory links.
◆ links()
std::vector< std::string > & PoolDbLinkManager::links |
( |
| ) |
|
|
inline |
Access to link array.
Definition at line 122 of file PoolClasses.h.
std::vector< std::string > m_links
Logical links.
◆ references()
std::vector< pool::Token * > & PoolDbLinkManager::references |
( |
| ) |
|
|
inline |
◆ m_links
std::vector<std::string> PoolDbLinkManager::m_links |
|
protected |
◆ m_refs
The documentation for this class was generated from the following file: