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.   | |
| unsigned int | warningLevel | 
| Warning level in RISC library and tools.   | |
| std::string | compilerName | 
| Backend compiler name.   | |
| bool | mic | 
| Flag to compile for Intel MIC architecture.   | |
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.
Flag to compile for Intel MIC architecture.
| 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.6.1