0.5.4
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Public Attributes | List of all members
clanguml::config::context_config Struct Reference

Detailed Description

Definition at line 173 of file config.h.

#include <config.h>

Public Attributes

common::string_or_regex pattern
 
unsigned radius {0}
 
context_direction_t direction {context_direction_t::any}
 
std::vector< common::model::relationship_trelationships
 

Member Data Documentation

◆ direction

context_direction_t clanguml::config::context_config::direction {context_direction_t::any}

Definition at line 176 of file config.h.

◆ pattern

common::string_or_regex clanguml::config::context_config::pattern

Definition at line 174 of file config.h.

◆ radius

unsigned clanguml::config::context_config::radius {0}

Definition at line 175 of file config.h.

◆ relationships

std::vector<common::model::relationship_t> clanguml::config::context_config::relationships

Definition at line 177 of file config.h.


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