#include <DbiTableProxyRegistry.h>
Public Member Functions | |
| Cleaner () | |
| ~Cleaner () | |
| void | Increment () |
Static Public Attributes | |
| int | fgCount = 0 |
|
|
Definition at line 80 of file DbiTableProxyRegistry.h. 00080 { this->Increment(); }
|
|
|
Definition at line 81 of file DbiTableProxyRegistry.h. References DbiTableProxyRegistry::fgInstance. 00081 {
00082 if (--fgCount==0 && DbiTableProxyRegistry::fgInstance!=0) {
00083 delete DbiTableProxyRegistry::fgInstance;
00084 DbiTableProxyRegistry::fgInstance = 0;
00085 }
00086 }
|
|
|
Definition at line 87 of file DbiTableProxyRegistry.h. 00087 { ++fgCount; };
|
|
|
Definition at line 29 of file DbiTableProxyRegistry.cxx. |
1.3.9.1