#include <vector>#include <string>

Go to the source code of this file.
Classes | |
| class | risc::tools::ParseStatus | 
| This class stores the command-line options.  More... | |
Namespaces | |
| namespace | risc | 
| namespace | risc::tools | 
Functions | |
| std::vector< std::string > | risc::tools::preparsing_commandline_arguments (int &argc, char **&argv, std::vector< std::string > &input_files) | 
| This function takes the parameter of the command line and creates a source file which includes all the source files. Afterwards all source files are replaced with new file in the command parameters. Example.   | |
| std::string | risc::tools::instrumentor_output_filename (int &argc, char **&argv) | 
| This function searches for the command line arguments for the dynamic analysis, namely, -inst:dir_output_filename <filename>. ONLY FOR INTERNAL USE! MODIFIES THE COMMAND LINE PARAMETERS.   | |
| std::string | risc::tools::dynamic_analysis_input_filename (int &argc, char **&argv) | 
| This function searches for the command line arguments for the dynamic analysis, namely, -risc:elab <filename>. ONLY FOR INTERNAL USE! MODIFIES THE COMMAND LINE PARAMETERS.   | |
| void | risc::tools::ParseCommandlineOptions (int &argc, char **&argv, ParseStatus *status) | 
| void | risc::tools::AddCommandlineOption (int &argc, char **&argv, std::string option) | 
| void | risc::tools::AddCommandlineOption (risc::Design &design, std::string option) | 
| void | risc::tools::RemoveCommandlineOption (risc::Design &design, std::string option) | 
 1.6.1