CAPD::DynSys Library
6.0.0
|
Macros | |
#define | setupCommandLineArgs |
#define | declareCommandLineArg(type, name, value) |
#define | assignCommandLineArgValue(name) |
#define | getCommandLineFile(i) _CAPD_COMMANDLINEARGS_getFile(i,_command_line_args_) |
#define | getCommandLineFileCount() _CAPD_COMMANDLINEARGS_fileCount(_command_line_args_) |
#define | getValueCountAndArg(value) _CAPD_COMMANDLINEARGS_valCount(value,_command_line_args_) |
#define | showCommandLineArgs |
Typedefs | |
typedef std::map< std::string, std::string > | OptionMapType |
typedef std::string::size_type | IndexType |
Functions | |
void | _CAPD_COMMANDLINEARGS_decomposeArgv (int argc, char **argv, OptionMapType &A_m) |
std::pair< int, std::string > | _CAPD_COMMANDLINEARGS_valCount (const std::string &A_val, OptionMapType &A_m) |
int | _CAPD_COMMANDLINEARGS_fileCount (OptionMapType &A_m) |
std::string | _CAPD_COMMANDLINEARGS_getFile (int i, OptionMapType &A_m) |