Whether a decorated element should be skipped from a diagram.
More...
Whether a decorated element should be skipped from a diagram.
Definition at line 84 of file decorators.h.
#include <decorators.h>
|
static std::shared_ptr< decorator > | from_string (std::string_view c) |
|
static std::shared_ptr< decorator > | from_string (std::string_view c) |
| Create decorator of specific type based on it's string representation.
|
|
|
static const std::string | label {"skip"} |
|
◆ from_string()
std::shared_ptr< decorator > clanguml::decorators::skip::from_string |
( |
std::string_view |
c | ) |
|
|
static |
Definition at line 124 of file decorators.cc.
125{
126 return std::make_shared<skip>();
127}
◆ label
const std::string clanguml::decorators::skip::label {"skip"} |
|
inlinestatic |
The documentation for this struct was generated from the following files: