Charades
|
Defines functions for registering and parsing command line arguments. More...
#include <charm++.h>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Parser |
class | AggregateParser |
class | Argument< ArgType > |
class | ArgumentSet |
Class for a set of arguments that can be read from the command line. More... | |
Functions | |
void | tw_add_arguments (ArgumentSet *args) |
Add a new set of arguments for the simulator to parse. | |
void | parse_command_line (int argc, char **argv) |
Defines functions for registering and parsing command line arguments.