#include "common/model/enums.h"#include "common/model/namespace.h"#include "common/types.h"#include <deque>#include <optional>#include <set>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | clanguml::common::model::context |
| class | clanguml::common::model::template_parameter |
| Represents template parameter, template arguments or concept constraints. More... | |
Namespaces | |
| namespace | clang |
| namespace | clanguml |
| namespace | clanguml::common |
| namespace | clanguml::common::model |
Functions | |
| std::string | clanguml::common::model::to_string (template_parameter_kind_t k) |
| int | clanguml::common::model::calculate_template_params_specialization_match (const std::vector< template_parameter > &specialization, const std::vector< template_parameter > &base_template) |
| Calculate the match between 2 template parameter lists. | |