Classes | |
struct | convert< access_t > |
struct | convert< callee_type > |
struct | convert< class_diagram > |
struct | convert< config > |
struct | convert< context_config > |
struct | convert< context_direction_t > |
struct | convert< diagram_template > |
struct | convert< element_filter_t > |
struct | convert< filter > |
struct | convert< generate_links_config > |
struct | convert< git_config > |
struct | convert< include_diagram > |
struct | convert< layout_hint > |
struct | convert< mermaid > |
struct | convert< method_type > |
struct | convert< module_access_t > |
struct | convert< namespace_or_regex > |
struct | convert< package_diagram > |
struct | convert< plantuml > |
struct | convert< relationship_hint_t > |
struct | convert< relationship_t > |
struct | convert< sequence_diagram > |
struct | convert< std::filesystem::path > |
struct | convert< std::vector< source_location > > |
struct | convert< string_or_regex > |
bool YAML::decode_diagram | ( | const Node & | node, |
T & | rhs | ||
) |
Definition at line 720 of file yaml_decoders.cc.
void YAML::get_option | ( | const Node & | node, |
clanguml::config::option< T > & | option | ||
) |
void YAML::get_option< clanguml::common::model::namespace_ > | ( | const Node & | node, |
clanguml::config::option< clanguml::common::model::namespace_ > & | option | ||
) |
Definition at line 82 of file yaml_decoders.cc.
void YAML::get_option< clanguml::config::comment_parser_t > | ( | const Node & | node, |
clanguml::config::option< clanguml::config::comment_parser_t > & | option | ||
) |
Definition at line 148 of file yaml_decoders.cc.
void YAML::get_option< clanguml::config::filter_mode_t > | ( | const Node & | node, |
clanguml::config::option< clanguml::config::filter_mode_t > & | option | ||
) |
Definition at line 163 of file yaml_decoders.cc.
void YAML::get_option< member_order_t > | ( | const Node & | node, |
clanguml::config::option< member_order_t > & | option | ||
) |
Definition at line 115 of file yaml_decoders.cc.
void YAML::get_option< method_arguments > | ( | const Node & | node, |
clanguml::config::option< method_arguments > & | option | ||
) |
Definition at line 97 of file yaml_decoders.cc.
void YAML::get_option< package_type_t > | ( | const Node & | node, |
clanguml::config::option< package_type_t > & | option | ||
) |
Definition at line 130 of file yaml_decoders.cc.
void YAML::get_option< std::map< std::string, clanguml::config::diagram_template > > | ( | const Node & | node, |
clanguml::config::option< std::map< std::string, clanguml::config::diagram_template > > & | option | ||
) |
Definition at line 178 of file yaml_decoders.cc.
|
inline |
Definition at line 59 of file yaml_decoders.cc.
std::shared_ptr< clanguml::config::diagram > YAML::parse_diagram_config | ( | const Node & | d | ) |
Definition at line 206 of file yaml_decoders.cc.