Files Classes Functions Hierarchy
#include <cassert>#include <iostream>#include <string>#include <map>#include <sstream>#include <algorithm>#include <cctype>#include <vector>#include <set>#include <typedefs.h>
Go to the source code of this file.
Classes | |
| class | commandline |
| Process the command line arguments to assign values to variables. More... | |
| class | map_var< T > |
| Helper class for commandline. Read in a variable. More... | |
| class | map_var< string & > |
| Specialization of class for string values. More... | |
| class | map_var< bool & > |
| Specialization of class for boolean values. More... | |
1.5.8