Arg traits are used to get compile type specialization when parsing argument values. More...
#include <ArgTraits.h>
Public Types | |
typedef T::ValueCategory | ValueCategory |
Public Member Functions | |
virtual | ~ArgTraits () |
Arg traits are used to get compile type specialization when parsing argument values.
Using an ArgTraits you can specify the way that values gets assigned to any particular type during parsing. The two supported types are StringLike and ValueLike.
Definition at line 79 of file ArgTraits.h.
typedef T::ValueCategory TCLAP::ArgTraits< T >::ValueCategory |
Definition at line 80 of file ArgTraits.h.
virtual TCLAP::ArgTraits< T >::~ArgTraits | ( | ) | [inline, virtual] |
Definition at line 81 of file ArgTraits.h.