0.5.4
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Namespaces | Functions
template_parameter.cc File Reference
#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.