Flow123d  release_2.2.0-914-gf1a3a4f
Public Types | Static Public Member Functions | List of all members
Input::internal::TypeDispatch< T, typename std::enable_if< std::is_integral< T >::value >::type > Struct Template Reference

#include <accessors.hh>

Public Types

typedef Input::Type::Integer InputType
 
typedef const int ReadType
 
typedef int TmpType
 

Static Public Member Functions

static ReadType value (const Address &a, const InputType &t)
 

Detailed Description

template<class T>
struct Input::internal::TypeDispatch< T, typename std::enable_if< std::is_integral< T >::value >::type >

Definition at line 841 of file accessors.hh.

Member Typedef Documentation

template<class T >
typedef Input::Type::Integer Input::internal::TypeDispatch< T, typename std::enable_if< std::is_integral< T >::value >::type >::InputType

Definition at line 842 of file accessors.hh.

template<class T >
typedef const int Input::internal::TypeDispatch< T, typename std::enable_if< std::is_integral< T >::value >::type >::ReadType

Definition at line 843 of file accessors.hh.

template<class T >
typedef int Input::internal::TypeDispatch< T, typename std::enable_if< std::is_integral< T >::value >::type >::TmpType

Definition at line 844 of file accessors.hh.

Member Function Documentation

template<class T >
static ReadType Input::internal::TypeDispatch< T, typename std::enable_if< std::is_integral< T >::value >::type >::value ( const Address a,
const InputType t 
)
inlinestatic

Definition at line 845 of file accessors.hh.


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