#include <config.h>
Public Types | |
| enum class | filtered_type { any , function , function_template , class_ , enum_ , method , member , concept_ , package , objc_method , objc_member , objc_protocol , objc_category , objc_interface } |
Public Attributes | |
| filtered_type | type {filtered_type::any} |
| common::string_or_regex | name |
|
strong |
| Enumerator | |
|---|---|
| any | |
| function | |
| function_template | |
| class_ | |
| enum_ | |
| method | |
| member | |
| concept_ | |
| package | |
| objc_method | |
| objc_member | |
| objc_protocol | |
| objc_category | |
| objc_interface | |
Definition at line 68 of file config.h.
| common::string_or_regex clanguml::config::element_filter_t::name |
| filtered_type clanguml::config::element_filter_t::type {filtered_type::any} |