Charades
Classes | Functions
command_line.h File Reference

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)
 

Detailed Description

Defines functions for registering and parsing command line arguments.