Apply specific style to a decorated diagram element.
More...
Apply specific style to a decorated diagram element.
Definition at line 102 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 {"style"} |
|
◆ from_string()
std::shared_ptr< decorator > clanguml::decorators::style::from_string |
( |
std::string_view |
c | ) |
|
|
static |
Definition at line 135 of file decorators.cc.
136{
137 auto res = std::make_shared<style>();
139
140 res->diagrams = toks.diagrams;
141 res->spec = toks.param;
142
143 return res;
144}
◆ label
const std::string clanguml::decorators::style::label {"style"} |
|
inlinestatic |
◆ spec
std::string clanguml::decorators::style::spec |
The documentation for this struct was generated from the following files: