Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions
ProgramOptions::ValueMapping< T > Struct Template Reference

#include <typed_value.h>

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

List of all members.

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_typeoperator() (const char *strVal, T eVal)

Static Public Member Functions

static ValueMappinginstance ()
template<class U >
static bool parse (const std::string &value, U &out)

Private Member Functions

 ValueMapping ()

Detailed Description

template<class T>
struct ProgramOptions::ValueMapping< T >

Definition at line 55 of file typed_value.h.


Member Typedef Documentation

template<class T >
typedef ValueMappingBase ProgramOptions::ValueMapping< T >::base_type

Reimplemented from ProgramOptions::ValueMappingBase.

Definition at line 57 of file typed_value.h.

template<class T >
typedef ValueMapping ProgramOptions::ValueMapping< T >::this_type

Definition at line 56 of file typed_value.h.


Constructor & Destructor Documentation

template<class T >
ProgramOptions::ValueMapping< T >::ValueMapping ( ) [inline, private]

Definition at line 70 of file typed_value.h.


Member Function Documentation

template<class T >
static ValueMapping& ProgramOptions::ValueMapping< T >::instance ( ) [inline, static]

Definition at line 60 of file typed_value.h.

template<class T >
ProgramOptions::ValueMapping< T >::operator typename detail::Parser< int >::type ( ) [inline]

Definition at line 62 of file typed_value.h.

template<class T >
ProgramOptions::ValueMapping< T >::operator typename detail::Parser< T >::type ( ) [inline]

Definition at line 61 of file typed_value.h.

template<class T >
this_type& ProgramOptions::ValueMapping< T >::operator() ( const char *  strVal,
eVal 
) [inline]

Definition at line 59 of file typed_value.h.

template<class T >
template<class U >
static bool ProgramOptions::ValueMapping< T >::parse ( const std::string &  value,
U &  out 
) [inline, static]

Definition at line 64 of file typed_value.h.


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


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