![]() |
|
|
Generated: 24 Nov 2008 |

Definition at line 63 of file PoolDbBaseCnv.cpp.
Public Member Functions | |
| PoolDbObjectContext (PoolDbBaseCnv *dm, IRegistry *pReg) | |
| ~PoolDbObjectContext () | |
| PoolDbBaseCnv * | cnv () |
| IRegistry * | registry () |
Private Attributes | |
| PoolDbBaseCnv * | m_converter |
| IRegistry * | m_registry |
| PoolDbObjectContext::PoolDbObjectContext | ( | PoolDbBaseCnv * | dm, | |
| IRegistry * | pReg | |||
| ) | [inline] |
Definition at line 67 of file PoolDbBaseCnv.cpp.
00067 { 00068 m_converter = dm; 00069 m_registry = pReg; 00070 s_context = this; 00071 }
| PoolDbObjectContext::~PoolDbObjectContext | ( | ) | [inline] |
Definition at line 72 of file PoolDbBaseCnv.cpp.
00072 { 00073 m_converter = 0; 00074 s_context = 0; 00075 }
| PoolDbBaseCnv* PoolDbObjectContext::cnv | ( | ) | [inline] |
| IRegistry* PoolDbObjectContext::registry | ( | ) | [inline] |
PoolDbBaseCnv* PoolDbObjectContext::m_converter [private] |
Definition at line 64 of file PoolDbBaseCnv.cpp.
IRegistry* PoolDbObjectContext::m_registry [private] |
Definition at line 65 of file PoolDbBaseCnv.cpp.