0.5.4
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Namespaces | Functions
generator.cc File Reference
#include "generator.h"

Go to the source code of this file.

Namespaces

namespace  clanguml
 
namespace  clanguml::common
 
namespace  clanguml::common::model
 
namespace  clanguml::common::generators
 
namespace  clanguml::common::generators::json
 

Functions

void clanguml::common::model::to_json (nlohmann::json &j, const source_location &sl)
 
void clanguml::common::model::to_json (nlohmann::json &j, const element &c)
 
void clanguml::common::model::to_json (nlohmann::json &j, const template_parameter &c)
 
void clanguml::common::model::to_json (nlohmann::json &j, const relationship &c)
 
std::string clanguml::common::generators::json::render_name (std::string name)