NCBI C++ ToolKit
|
Search Toolkit Book for CDebugDumpFormatter
#include <corelib/ddumpable.hpp>
Public Types | |
enum | EValueType { eValue , eString , ePointer } |
Public Member Functions | |
virtual | ~CDebugDumpFormatter () |
virtual bool | StartBundle (unsigned int level, const string &bundle)=0 |
virtual void | EndBundle (unsigned int level, const string &bundle)=0 |
virtual bool | StartFrame (unsigned int level, const string &frame)=0 |
virtual void | EndFrame (unsigned int level, const string &frame)=0 |
virtual void | PutValue (unsigned int level, const string &name, const string &value, EValueType type, const string &comment)=0 |
Definition at line 44 of file ddumpable.hpp.
Enumerator | |
---|---|
eValue | |
eString | |
ePointer |
Definition at line 47 of file ddumpable.hpp.
|
inlinevirtual |
Definition at line 53 of file ddumpable.hpp.
|
pure virtual |
Implemented in CDebugDumpFormatterText.
Referenced by CDebugDumpContext::x_VerifyFrameEnded().
|
pure virtual |
Implemented in CDebugDumpFormatterText.
Referenced by CDebugDumpContext::x_VerifyFrameEnded().
|
pure virtual |
Implemented in CDebugDumpFormatterText.
Referenced by CDebugDumpContext::Log().
|
pure virtual |
Implemented in CDebugDumpFormatterText.
Referenced by CDebugDumpContext::SetFrame().
|
pure virtual |
Implemented in CDebugDumpFormatterText.
Referenced by CDebugDumpContext::SetFrame().