0.5.4
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
YAML::convert< diagram_template > Struct Reference

Detailed Description

Definition at line 862 of file yaml_decoders.cc.

Static Public Member Functions

static bool decode (const Node &node, diagram_template &rhs)
 

Member Function Documentation

◆ decode()

static bool YAML::convert< diagram_template >::decode ( const Node &  node,
diagram_template rhs 
)
inlinestatic

Definition at line 863 of file yaml_decoders.cc.

864 {
865 assert(node.Type() == NodeType::Map);
866
868 node["type"].as<std::string>());
869 rhs.jinja_template = node["template"].as<std::string>();
870 rhs.description = node["description"].as<std::string>();
871
872 return true;
873 }

The documentation for this struct was generated from the following file: