#include "types.h"
Go to the source code of this file.
Namespaces | |
namespace | clanguml |
namespace | clanguml::common |
Functions | |
bool | clanguml::common::operator== (const eid_t &lhs, const eid_t &rhs) |
bool | clanguml::common::operator== (const eid_t &lhs, const uint64_t &v) |
bool | clanguml::common::operator!= (const eid_t &lhs, const uint64_t &v) |
bool | clanguml::common::operator!= (const eid_t &lhs, const eid_t &rhs) |
bool | clanguml::common::operator< (const eid_t &lhs, const eid_t &rhs) |
std::string | clanguml::common::to_string (const bool v) |
std::string | clanguml::common::to_string (const std::string &s) |
std::string | clanguml::common::to_string (const string_or_regex &sr) |
std::string | clanguml::common::to_string (const std::filesystem::path &p) |
std::string | clanguml::common::to_string (const generator_type_t type) |