Defines commonly used functors for command switches. More...
Classes | |
| class | DefaultRead |
| read a single variable from the command line using stream operator More... | |
| class | DefaultRead< std::string > |
| class | LoadConfigFile |
| Load a parameter list from the specified config file. More... | |
| class | SetValue |
| Set a variable to the pre-defined supplied value. More... | |
| class | Increment |
| Increment a variable using the ++ prefix operator. More... | |
| class | Decrement |
| Decrement a variable using the -- prefix operator. More... | |
| class | AddVal |
| Increment a variable by the amount supplied on the command line. More... | |
| class | Toggle |
| Toggle the value of a boolean variable. More... | |
Defines commonly used functors for command switches.
1.6.1