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< glob_t > |
struct | convert< graphml > |
struct | convert< include_diagram > |
struct | convert< inja::json > |
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 787 of file yaml_decoders.cc.
void YAML::get_option | ( | const Node & | node, |
clanguml::config::option< T > & | option | ||
) |
void YAML::get_option | ( | const Node & | node, |
clanguml::config::option< T > & | option, | ||
T | default_override | ||
) |
Definition at line 129 of file yaml_decoders.cc.
void YAML::get_option< clanguml::common::model::namespace_ > | ( | const Node & | node, |
clanguml::config::option< clanguml::common::model::namespace_ > & | option | ||
) |
Definition at line 139 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 205 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 220 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 172 of file yaml_decoders.cc.
void YAML::get_option< method_arguments > | ( | const Node & | node, |
clanguml::config::option< method_arguments > & | option | ||
) |
Definition at line 154 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 187 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 235 of file yaml_decoders.cc.
|
inline |
Definition at line 106 of file yaml_decoders.cc.
std::shared_ptr< clanguml::config::diagram > YAML::parse_diagram_config | ( | const Node & | d | ) |
Definition at line 263 of file yaml_decoders.cc.
std::shared_ptr< clanguml::config::diagram > YAML::parse_diagram_config | ( | const YAML::Node & | d | ) |