Generates a DDL description from a structure definition.
More...
#include <ddl_printer.h>
|
| cDDLPrinter (const ddl::DDStructure &oStructure) |
| Initializes the printer with an existing structure definition.
|
|
void | PrintTo (std::ostream &oStream) const |
| Prints the DDL description to the given stream.
|
|
Generates a DDL description from a structure definition.
Example Usage
.Add<uint8_t>("nValue2");
Definition at line 37 of file ddl_printer.h.
◆ cDDLPrinter()
Initializes the printer with an existing structure definition.
- Parameters
-
[in] | oStructure | The structure definition. |
◆ PrintTo()
void PrintTo |
( |
std::ostream & | oStream | ) |
const |
Prints the DDL description to the given stream.
- Parameters
-
◆ m_strDescription
std::string m_strDescription |
|
private |