MTMS main
Modern Turing Machine Simulator
Loading...
Searching...
No Matches
Program::Options Struct Reference

#include <program.hpp>

Collaboration diagram for Program::Options:

Public Attributes

bool batch_exec = false
 
std::string config_file
 
int err_code = EXIT_SUCCESS
 
std::string err_msg
 
std::string input
 
std::string output_file
 
bool show_help = false
 

Detailed Description

Definition at line 15 of file program.hpp.

Member Data Documentation

◆ batch_exec

bool Program::Options::batch_exec = false

Definition at line 17 of file program.hpp.

Referenced by main(), and Program::parse_args().

◆ config_file

std::string Program::Options::config_file

Definition at line 21 of file program.hpp.

Referenced by main(), and Program::parse_args().

◆ err_code

int Program::Options::err_code = EXIT_SUCCESS

Definition at line 19 of file program.hpp.

Referenced by main(), and Program::parse_args().

◆ err_msg

std::string Program::Options::err_msg

Definition at line 20 of file program.hpp.

Referenced by main(), and Program::parse_args().

◆ input

std::string Program::Options::input

Definition at line 23 of file program.hpp.

Referenced by main(), and Program::parse_args().

◆ output_file

std::string Program::Options::output_file

Definition at line 22 of file program.hpp.

Referenced by main(), and Program::parse_args().

◆ show_help

bool Program::Options::show_help = false

Definition at line 18 of file program.hpp.

Referenced by main(), and Program::parse_args().


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