Whether a decorated relationships should be skipped from a diagram.
More...
Whether a decorated relationships should be skipped from a diagram.
Definition at line 93 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 {"skiprelationship"} |
|
◆ from_string()
std::shared_ptr< decorator > clanguml::decorators::skip_relationship::from_string |
( |
std::string_view |
c | ) |
|
|
static |
Definition at line 129 of file decorators.cc.
131{
132 return std::make_shared<skip_relationship>();
133}
◆ label
const std::string clanguml::decorators::skip_relationship::label {"skiprelationship"} |
|
inlinestatic |
The documentation for this struct was generated from the following files: