ADTF
|
Dumps a structure definition to an output stream. More...
Public Member Functions | |
cDumper (const ddl::DDStructure &oStructure) | |
Initializes the dumper with an existing structure definition. More... | |
void | PrintTo (std::ostream &oStream) const |
Prints the structure to the given stream. More... | |
Private Attributes | |
std::string | m_strDescriptionDump |
Dumps a structure definition to an output stream.
Definition at line 36 of file ddl_dumper.h.
cDumper | ( | const ddl::DDStructure & | oStructure | ) |
Initializes the dumper with an existing structure definition.
[in] | oStructure | The structure definition. |
void PrintTo | ( | std::ostream & | oStream | ) | const |
Prints the structure to the given stream.
[in] | oStream | The stream. |