#include "diagram_element.h"
#include "enums.h"
#include "namespace.h"
#include "source_file.h"
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | clanguml::common::model::diagram |
Base class for all diagram models. More... | |
Namespaces | |
namespace | clanguml |
namespace | clanguml::common |
namespace | clanguml::common::model |
Functions | |
template<typename T > | |
bool | clanguml::common::model::needs_root_prefix (const T &e) |
template<typename DiagramT > | |
bool | clanguml::common::model::check_diagram_type (diagram_t t) |