Classes | |
class | generator |
Base class for diagram generators. More... | |
Functions | |
std::string | to_mermaid (relationship_t r) |
std::string | to_mermaid (access_t scope) |
std::string | to_mermaid (message_t r) |
std::string | indent (const unsigned level) |
std::string | escape_name (std::string name, bool round_brackets) |
template<typename DiagramModel , typename DiagramConfig > | |
std::ostream & | operator<< (std::ostream &os, const generator< DiagramModel, DiagramConfig > &g) |
std::string clanguml::common::generators::mermaid::escape_name | ( | std::string | name, |
bool | round_brackets | ||
) |
Definition at line 81 of file generator.cc.
std::string clanguml::common::generators::mermaid::indent | ( | const unsigned | level | ) |
Definition at line 75 of file generator.cc.
std::ostream & clanguml::common::generators::mermaid::operator<< | ( | std::ostream & | os, |
const generator< DiagramModel, DiagramConfig > & | g | ||
) |
Definition at line 308 of file generator.h.
std::string clanguml::common::generators::mermaid::to_mermaid | ( | access_t | scope | ) |
Definition at line 49 of file generator.cc.
std::string clanguml::common::generators::mermaid::to_mermaid | ( | message_t | r | ) |
Definition at line 63 of file generator.cc.
std::string clanguml::common::generators::mermaid::to_mermaid | ( | relationship_t | r | ) |
Definition at line 22 of file generator.cc.