#include <typed_value.h>

Public Types | |
| typedef detail::Parser< T >::type | parser_type |
Public Member Functions | |
| bool | doParse (const std::string &, const std::string &value) |
| StoredValue (T &var, parser_type p) | |
Protected Attributes | |
| T * | address_ |
| parser_type | parser_ |
Definition at line 77 of file typed_value.h.
| typedef detail::Parser<T>::type ProgramOptions::StoredValue< T >::parser_type |
Definition at line 79 of file typed_value.h.
| ProgramOptions::StoredValue< T >::StoredValue | ( | T & | var, |
| parser_type | p | ||
| ) | [inline] |
Definition at line 80 of file typed_value.h.
| bool ProgramOptions::StoredValue< T >::doParse | ( | const std::string & | , |
| const std::string & | value | ||
| ) | [inline, virtual] |
Implements ProgramOptions::Value.
Definition at line 86 of file typed_value.h.
T* ProgramOptions::StoredValue< T >::address_ [protected] |
Definition at line 90 of file typed_value.h.
parser_type ProgramOptions::StoredValue< T >::parser_ [protected] |
Definition at line 91 of file typed_value.h.