ADTF
|
Generates a DDL description from a structure definition. More...
Public Member Functions | |
cDDLPrinter (const ddl::DDStructure &oStructure) | |
Initializes the printer with an existing structure definition. More... | |
void | PrintTo (std::ostream &oStream) const |
Prints the DDL description to the given stream. More... | |
Private Attributes | |
std::string | m_strDescription |
Generates a DDL description from a structure definition.
Definition at line 37 of file ddl_printer.h.
cDDLPrinter | ( | const ddl::DDStructure & | oStructure | ) |
Initializes the printer with an existing structure definition.
[in] | oStructure | The structure definition. |
void PrintTo | ( | std::ostream & | oStream | ) | const |
Prints the DDL description to the given stream.
[in] | oStream | The stream. |