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

Detailed Description

Definition at line 534 of file yaml_decoders.cc.

Static Public Member Functions

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

Member Function Documentation

◆ decode()

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

Definition at line 535 of file yaml_decoders.cc.

536 {
537 if (node["notes"])
538 rhs.notes = node["notes"].as<decltype(rhs.notes)>();
539
540 return true;
541 }

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