This class stores the command-line options. More...
#include <command_line_parsing.h>

Public Member Functions | |
| ParseStatus () | |
| ParseStatus & | operator= (const ParseStatus ©) | 
Public Attributes | |
| unsigned int | verbosityLevel | 
| Verbosity level in RISC library and tools.  More... | |
| unsigned int | warningLevel | 
| Warning level in RISC library and tools.  More... | |
| std::string | compilerName | 
| Backend compiler name.  More... | |
| std::vector< std::string > | input_psg_file_names | 
| std::string | output_psg_file_name | 
| std::string | output_executable_name | 
| bool | mic | 
| Flag to compile for Intel MIC architecture.  More... | |
This class stores the command-line options.
| risc::tools::ParseStatus::ParseStatus | ( | ) | 
| risc::tools::ParseStatus & risc::tools::ParseStatus::operator= | ( | const ParseStatus & | copy | ) | 
| std::string risc::tools::ParseStatus::compilerName | 
Backend compiler name.
| std::vector< std::string > risc::tools::ParseStatus::input_psg_file_names | 
| bool risc::tools::ParseStatus::mic | 
Flag to compile for Intel MIC architecture.
| std::string risc::tools::ParseStatus::output_executable_name | 
| std::string risc::tools::ParseStatus::output_psg_file_name | 
| unsigned int risc::tools::ParseStatus::verbosityLevel | 
Verbosity level in RISC library and tools.
| unsigned int risc::tools::ParseStatus::warningLevel | 
Warning level in RISC library and tools.
 1.8.5