#include "template_parameter.h"
#include "common/model/enums.h"
#include <common/model/namespace.h>
#include <utility>
Go to the source code of this file.
Namespaces | |
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. | |