0.5.4
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
clanguml::decorators::skip Struct Reference

Whether a decorated element should be skipped from a diagram. More...

Detailed Description

Whether a decorated element should be skipped from a diagram.

Definition at line 84 of file decorators.h.

#include <decorators.h>

Static Public Member Functions

static std::shared_ptr< decoratorfrom_string (std::string_view c)
 
- Static Public Member Functions inherited from clanguml::decorators::decorator
static std::shared_ptr< decoratorfrom_string (std::string_view c)
 Create decorator of specific type based on it's string representation.
 

Static Public Attributes

static const std::string label {"skip"}
 

Additional Inherited Members

- Public Member Functions inherited from clanguml::decorators::decorator
virtual ~decorator ()=default
 
bool applies_to_diagram (const std::string &name)
 Check if decorator applies to a specific diagram.
 
- Public Attributes inherited from clanguml::decorators::decorator
std::vector< std::string > diagrams
 
- Protected Member Functions inherited from clanguml::decorators::decorator
decorator_toks tokenize (const std::string &label, std::string_view c)
 

Member Function Documentation

◆ 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}

Member Data Documentation

◆ label

const std::string clanguml::decorators::skip::label {"skip"}
inlinestatic

Definition at line 85 of file decorators.h.


The documentation for this struct was generated from the following files: