#include <iostream>#include <string>#include <vector>#include <map>#include <fstream>#include <sstream>#include <stdlib.h>| #define MYFLT float |
| #define PUBLIC |
| void PUBLIC gatherArgs | ( | int | argc, | |
| const char ** | argv, | |||
| std::string & | commandLine | |||
| ) |
| bool PUBLIC parseInstrument | ( | const std::string & | definition, | |
| std::string & | preNumber, | |||
| std::string & | id, | |||
| std::string & | name, | |||
| std::string & | postNumber | |||
| ) |
| void PUBLIC scatterArgs | ( | const std::string | commandLine, | |
| std::vector< std::string > & | args, | |||
| std::vector< char * > & | argv | |||
| ) |
| std::string PUBLIC& trim | ( | std::string & | value | ) |
| std::string PUBLIC& trimQuotes | ( | std::string & | value | ) |
1.5.9