#include "enums.h"
#include "decorators/decorators.h"
#include "inja/inja.hpp"
#include <any>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <variant>
#include <vector>
Go to the source code of this file.
Classes | |
class | clanguml::common::model::decorated_element |
Base class for decorated diagram elements. More... | |
Namespaces | |
namespace | clanguml |
namespace | clanguml::common |
namespace | clanguml::common::model |
Typedefs | |
using | clanguml::common::model::comment_t = inja::json |