#include <typed_value.h>

Public Types | |
| typedef ValueMappingBase | base_type |
| typedef ValueMapping | this_type |
Public Member Functions | |
| operator typename detail::Parser< int >::type () | |
| operator typename detail::Parser< T >::type () | |
| this_type & | operator() (const char *strVal, T eVal) |
Static Public Member Functions | |
| static ValueMapping & | instance () |
| template<class U > | |
| static bool | parse (const std::string &value, U &out) |
Private Member Functions | |
| ValueMapping () | |
Definition at line 55 of file typed_value.h.
| typedef ValueMappingBase ProgramOptions::ValueMapping< T >::base_type |
Reimplemented from ProgramOptions::ValueMappingBase.
Definition at line 57 of file typed_value.h.
| typedef ValueMapping ProgramOptions::ValueMapping< T >::this_type |
Definition at line 56 of file typed_value.h.
| ProgramOptions::ValueMapping< T >::ValueMapping | ( | ) | [inline, private] |
Definition at line 70 of file typed_value.h.
| static ValueMapping& ProgramOptions::ValueMapping< T >::instance | ( | ) | [inline, static] |
Definition at line 60 of file typed_value.h.
| ProgramOptions::ValueMapping< T >::operator typename detail::Parser< int >::type | ( | ) | [inline] |
Definition at line 62 of file typed_value.h.
| ProgramOptions::ValueMapping< T >::operator typename detail::Parser< T >::type | ( | ) | [inline] |
Definition at line 61 of file typed_value.h.
| this_type& ProgramOptions::ValueMapping< T >::operator() | ( | const char * | strVal, |
| T | eVal | ||
| ) | [inline] |
Definition at line 59 of file typed_value.h.
| static bool ProgramOptions::ValueMapping< T >::parse | ( | const std::string & | value, |
| U & | out | ||
| ) | [inline, static] |
Definition at line 64 of file typed_value.h.