Represents a call message in sequence diagram.
More...
Represents a call message in sequence diagram.
Definition at line 146 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 {"call"} |
|
◆ from_string()
std::shared_ptr< decorator > clanguml::decorators::call::from_string |
( |
std::string_view |
c | ) |
|
|
static |
Definition at line 179 of file decorators.cc.
180{
181 auto res = std::make_shared<call>();
183
184 res->diagrams = toks.diagrams;
186
187 return res;
188}
◆ callee
std::string clanguml::decorators::call::callee |
◆ label
const std::string clanguml::decorators::call::label {"call"} |
|
inlinestatic |
The documentation for this struct was generated from the following files: