Static Public Methods | |
| T | convert (const std::string &value) |
| void | toggle (T &value, bool onoff) |
Specializations of this class are used within the CommandLineManager to handle actual data types for options and flags. For a given type 'T', the CommandLineTraits<T>::convert() method is used to convert the characters string given on the command line to a value of type 'T'. The CommandLineTraits<T>::toggle() method is used to switch on/off a value of type 'T'.
1.3-rc2