Defines some commonly used functors for command switches. More...
#include <sstream>#include <string>#include "VParameterNode.hh"#include "ConfigHandler.hh"Go to the source code of this file.
Classes | |
| class | CommandSwitch::DefaultRead< T > |
| read a single variable from the command line using stream operator More... | |
| class | CommandSwitch::DefaultRead< std::string > |
| class | CommandSwitch::LoadConfigFile |
| Load a parameter list from the specified config file. More... | |
| class | CommandSwitch::SetValue< T > |
| Set a variable to the pre-defined supplied value. More... | |
| class | CommandSwitch::Increment< T > |
| Increment a variable using the ++ prefix operator. More... | |
| class | CommandSwitch::Decrement< T > |
| Decrement a variable using the -- prefix operator. More... | |
| class | CommandSwitch::AddVal< T > |
| Increment a variable by the amount supplied on the command line. More... | |
| class | CommandSwitch::Toggle |
| Toggle the value of a boolean variable. More... | |
Namespaces | |
| namespace | CommandSwitch |
Defines commonly used functors for command switches. | |
Defines some commonly used functors for command switches.
Definition in file CommandSwitchFunctions.hh.
1.6.1