|
| std::string | clanguml::error::to_string (miroir::ErrorType et) |
| |
| void | clanguml::error::print (std::ostream &ostr, const config_schema_error &e, logging::logger_type_t logger_type) |
| |
| bool | YAML::has_key (const YAML::Node &n, const std::string &key) |
| |
| template<typename T > |
| void | YAML::get_option (const Node &node, clanguml::config::option< T > &option) |
| |
| template<typename T > |
| void | YAML::get_option (const Node &node, clanguml::config::option< T > &option, T default_override) |
| |
| template<> |
| void | YAML::get_option< clanguml::common::model::namespace_ > (const Node &node, clanguml::config::option< clanguml::common::model::namespace_ > &option) |
| |
| template<> |
| void | YAML::get_option< method_arguments > (const Node &node, clanguml::config::option< method_arguments > &option) |
| |
| template<> |
| void | YAML::get_option< member_order_t > (const Node &node, clanguml::config::option< member_order_t > &option) |
| |
| template<> |
| void | YAML::get_option< package_type_t > (const Node &node, clanguml::config::option< package_type_t > &option) |
| |
| template<> |
| void | YAML::get_option< clanguml::config::comment_parser_t > (const Node &node, clanguml::config::option< clanguml::config::comment_parser_t > &option) |
| |
| template<> |
| void | YAML::get_option< clanguml::config::filter_mode_t > (const Node &node, clanguml::config::option< clanguml::config::filter_mode_t > &option) |
| |
| template<> |
| 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) |
| |
| std::shared_ptr< clanguml::config::diagram > | YAML::parse_diagram_config (const Node &d) |
| |
| template<typename T > |
| bool | YAML::decode_diagram (const Node &node, T &rhs) |
| |
| config | clanguml::config::load (const std::string &config_file, bool inherit=true, std::optional< bool > paths_relative_to_pwd={}, std::optional< bool > no_metadata={}, bool validate=true) |
| | Load and parse .clang-uml configuration file.
|
| |