|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Description: PoolDbLinkManager class implementation definition. More...
#include <GaudiPoolDb/PoolDbLinkManager.h>

Public Member Functions | |
| PoolDbLinkManager () | |
| Standard constructor. | |
| virtual | ~PoolDbLinkManager () |
| Standard destructor. | |
| std::vector< pool::Token * > & | references () |
| Access to token array. | |
| std::vector< std::string > & | links () |
| Access to link array. | |
Protected Attributes | |
| std::vector< pool::Token * > | m_refs |
| Directory links. | |
| std::vector< std::string > | m_links |
| Logical links. | |
Description: PoolDbLinkManager class implementation definition.
Definition at line 33 of file PoolDbLinkManager.h.
| PoolDbLinkManager::PoolDbLinkManager | ( | ) |
Standard constructor.
Definition at line 27 of file PoolDbLinkManager.cpp.
{
static pool::DbInstanceCount::Counter* c = counter();
c->increment();
}
| PoolDbLinkManager::~PoolDbLinkManager | ( | ) | [virtual] |
Standard destructor.
Definition at line 34 of file PoolDbLinkManager.cpp.
| std::vector<std::string>& PoolDbLinkManager::links | ( | ) | [inline] |
| std::vector<pool::Token*>& PoolDbLinkManager::references | ( | ) | [inline] |
std::vector<std::string> PoolDbLinkManager::m_links [protected] |
Logical links.
Definition at line 38 of file PoolDbLinkManager.h.
std::vector<pool::Token*> PoolDbLinkManager::m_refs [protected] |
Directory links.
Definition at line 36 of file PoolDbLinkManager.h.