Public Types | Public Member Functions | Protected Attributes
ProgramOptions::StoredValue< T > Class Template Reference

#include <typed_value.h>

Inheritance diagram for ProgramOptions::StoredValue< T >:
Inheritance graph
[legend]

List of all members.

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_

Detailed Description

template<class T>
class ProgramOptions::StoredValue< T >

Definition at line 77 of file typed_value.h.


Member Typedef Documentation

template<class T>
typedef detail::Parser<T>::type ProgramOptions::StoredValue< T >::parser_type

Definition at line 79 of file typed_value.h.


Constructor & Destructor Documentation

template<class T>
ProgramOptions::StoredValue< T >::StoredValue ( T &  var,
parser_type  p 
) [inline]

Definition at line 80 of file typed_value.h.


Member Function Documentation

template<class T>
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.


Member Data Documentation

template<class T>
T* ProgramOptions::StoredValue< T >::address_ [protected]

Definition at line 90 of file typed_value.h.

template<class T>
parser_type ProgramOptions::StoredValue< T >::parser_ [protected]

Definition at line 91 of file typed_value.h.


The documentation for this class was generated from the following file:


clasp
Author(s): Benjamin Kaufmann
autogenerated on Thu Aug 27 2015 12:41:41