Struct ClangToDotTranslator::NodeDescriptor#
Defined in File clang-to-dot-private.hpp
Nested Relationships#
This struct is a nested type of Class ClangToDotTranslator.
Struct Documentation#
-
struct NodeDescriptor
Public Functions
-
NodeDescriptor(std::string ident_)
-
void toDot(std::ostream &out) const
Public Members
-
std::string ident
-
std::vector<std::string> kind_hierarchy
-
std::vector<std::pair<std::string, std::string>> successors
-
std::vector<std::pair<std::string, std::string>> attributes
-
NodeDescriptor(std::string ident_)