|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |

Public Member Functions | |
| PoolDbObjectContext (PoolDbBaseCnv *dm, IRegistry *pReg) | |
| ~PoolDbObjectContext () | |
| PoolDbBaseCnv * | cnv () |
| IRegistry * | registry () |
Private Attributes | |
| PoolDbBaseCnv * | m_converter |
| IRegistry * | m_registry |
Definition at line 82 of file PoolDbBaseCnv.cpp.
| PoolDbObjectContext::PoolDbObjectContext | ( | PoolDbBaseCnv * | dm, |
| IRegistry * | pReg | ||
| ) | [inline] |
Definition at line 86 of file PoolDbBaseCnv.cpp.
{
m_converter = dm;
m_registry = pReg;
s_context = this;
}
| PoolDbObjectContext::~PoolDbObjectContext | ( | ) | [inline] |
Definition at line 91 of file PoolDbBaseCnv.cpp.
{
m_converter = 0;
s_context = 0;
}
| PoolDbBaseCnv* PoolDbObjectContext::cnv | ( | ) | [inline] |
Definition at line 95 of file PoolDbBaseCnv.cpp.
{
return m_converter;
}
| IRegistry* PoolDbObjectContext::registry | ( | ) | [inline] |
Definition at line 98 of file PoolDbBaseCnv.cpp.
{
return m_registry;
}
PoolDbBaseCnv* PoolDbObjectContext::m_converter [private] |
Definition at line 83 of file PoolDbBaseCnv.cpp.
IRegistry* PoolDbObjectContext::m_registry [private] |
Definition at line 84 of file PoolDbBaseCnv.cpp.