NCBI C++ ToolKit
|
This is the complete list of members for CDebugDumpContext, including all inherited members.
CDebugDumpContext(CDebugDumpFormatter &formatter, const string &bundle) | CDebugDumpContext | |
CDebugDumpContext(CDebugDumpContext &ddc) | CDebugDumpContext | |
CDebugDumpContext(CDebugDumpContext &ddc, const string &bundle) | CDebugDumpContext | |
Log(const string &name, const char *value, CDebugDumpFormatter::EValueType type=CDebugDumpFormatter::eValue, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, const string &value, CDebugDumpFormatter::EValueType type=CDebugDumpFormatter::eValue, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, bool value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, short value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, unsigned short value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, int value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, unsigned int value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, long value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, unsigned long value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, Int8 value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, Uint8 value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, double value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, const void *value, const string &comment=kEmptyStr) | CDebugDumpContext | |
Log(const string &name, const CDebugDumpable *value, unsigned int depth) | CDebugDumpContext | |
m_Formatter | CDebugDumpContext | private |
m_Level | CDebugDumpContext | private |
m_Parent | CDebugDumpContext | private |
m_Start_Bundle | CDebugDumpContext | private |
m_Started | CDebugDumpContext | private |
m_Title | CDebugDumpContext | private |
SetFrame(const string &frame) | CDebugDumpContext | |
x_VerifyFrameEnded(void) | CDebugDumpContext | private |
x_VerifyFrameStarted(void) | CDebugDumpContext | private |
~CDebugDumpContext(void) | CDebugDumpContext | virtual |