The ClassNode
Struct Reference
Declaration
struct anonymous{tagreader.cpp}::TagFileParser::ClassNode { ... }
Public Constructors Index
ClassNode (const std::string &n) | |
Public Member Attributes Index
std::string | name |
const TagClassInfo * | tci = nullptr |
std::unordered_map< std::string, std::unique_ptr< ClassNode > > | children |
Definition at line 1005 of file tagreader.cpp.
Public Constructors
ClassNode()
| inline |
Definition at line 1007 of file tagreader.cpp.
Reference name.
Public Member Attributes
children
|
Definition at line 1010 of file tagreader.cpp.
Referenced by anonymous{tagreader.cpp}::TagFileParser::buildClassTree and anonymous{tagreader.cpp}::TagFileParser::buildLists.
name
|
tci
|
Definition at line 1009 of file tagreader.cpp.
1009 const TagClassInfo *tci = nullptr;
Referenced by anonymous{tagreader.cpp}::TagFileParser::buildClassTree and anonymous{tagreader.cpp}::TagFileParser::buildLists.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.