TCLAP::VALUE_ARG_HELPER::ValueExtractor< std::string > Class Template Reference
#include <ValueArg.h>
List of all members.
Detailed Description
template<>
class TCLAP::VALUE_ARG_HELPER::ValueExtractor< std::string >
Specialization for string. This is necessary because istringstream operator>> is not able to ignore spaces... meaning -x "X Y" will only read 'X'... and thus the specialization.
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
| value | - Where the value extracted will be put. |
Constructor.
- Parameters:
-
| value | - Where the value extracted will be put. |
Member Function Documentation
Friends And Related Function Documentation
friend class ValueArg< std::string > [friend] |
Member Data Documentation
Reference to the value where the result of the extraction will be put.
The documentation for this class was generated from the following files:
- Libs/SlicerExecutionModel/tclap/include/tclap/ValueArg.h
- Libs/SlicerExecutionModel/tclap/include/tclap/ValueArgOld.h