0.6.0
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 235 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 238 of file config.h.

◆ pattern

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

Definition at line 236 of file config.h.

◆ radius

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

Definition at line 237 of file config.h.

◆ relationships

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

Definition at line 239 of file config.h.


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