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

This class holds command line parameters not directly related to specific diagram configurations. More...

Detailed Description

This class holds command line parameters not directly related to specific diagram configurations.

Definition at line 33 of file cli_handler.h.

#include <cli_handler.h>

Public Attributes

int verbose {}
 
std::vector< clanguml::common::generator_type_tgenerators {}
 
bool print_from {}
 
bool print_to {}
 
bool progress {}
 
unsigned int thread_count {}
 
bool render_diagrams {}
 
std::string output_directory {}
 

Member Data Documentation

◆ generators

std::vector<clanguml::common::generator_type_t> clanguml::cli::runtime_config::generators {}

Definition at line 35 of file cli_handler.h.

◆ output_directory

std::string clanguml::cli::runtime_config::output_directory {}

Definition at line 41 of file cli_handler.h.

◆ print_from

bool clanguml::cli::runtime_config::print_from {}

Definition at line 36 of file cli_handler.h.

◆ print_to

bool clanguml::cli::runtime_config::print_to {}

Definition at line 37 of file cli_handler.h.

◆ progress

bool clanguml::cli::runtime_config::progress {}

Definition at line 38 of file cli_handler.h.

◆ render_diagrams

bool clanguml::cli::runtime_config::render_diagrams {}

Definition at line 40 of file cli_handler.h.

◆ thread_count

unsigned int clanguml::cli::runtime_config::thread_count {}

Definition at line 39 of file cli_handler.h.

◆ verbose

int clanguml::cli::runtime_config::verbose {}

Definition at line 34 of file cli_handler.h.


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