yasmine
sxy::config Struct Reference

#include <config.hpp>

Public Member Functions

 config ()
 
 ~config () SX_NOEXCEPT
 
void print () const
 

Public Attributes

std::string template_path
 
std::string source_template_file
 
std::string header_template_file
 
std::string source_output_file
 
std::string header_output_file
 
std::string model_file
 
std::string state_machine_name
 
state_machine_type sm_type
 
std::vector< std::string > namespaces
 
std::vector< std::string > behavior_classes
 

Constructor & Destructor Documentation

◆ config()

sxy::config::config ( )

◆ ~config()

sxy::config::~config ( )

Member Function Documentation

◆ print()

void sxy::config::print ( ) const

Member Data Documentation

◆ behavior_classes

std::vector<std::string> sxy::config::behavior_classes

◆ header_output_file

std::string sxy::config::header_output_file

◆ header_template_file

std::string sxy::config::header_template_file

◆ model_file

std::string sxy::config::model_file

◆ namespaces

std::vector<std::string> sxy::config::namespaces

◆ sm_type

state_machine_type sxy::config::sm_type

◆ source_output_file

std::string sxy::config::source_output_file

◆ source_template_file

std::string sxy::config::source_template_file

◆ state_machine_name

std::string sxy::config::state_machine_name

◆ template_path

std::string sxy::config::template_path

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