ADTF
|
Dumps a structure definition to an output stream. More...
Public Member Functions | |
cDumper (const cStructureType &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 Member Functions | |
void | AddStructure (const cStructureType &oStructure) |
void | AddEnumeration (const cEnumerationType &oEnumeration) |
bool | HasStructure (const cStructureType &oStructure) |
bool | HasEnumeration (const cEnumerationType &oEnumeration) |
Private Attributes | |
std::vector< std::pair< std::string, std::string > > | m_oStructures |
std::vector< std::pair< std::string, std::string > > | m_oEnumerations |
Dumps a structure definition to an output stream.
Definition at line 34 of file dumper_legacy.h.
cDumper | ( | const cStructureType & | 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. |