Static Public Member Functions | List of all members
internal::TypeHelper< ValueType, float > Struct Template Reference

#include <document.h>

Static Public Member Functions

static bool Is (const ValueType &v)
 
static float Get (const ValueType &v)
 
static ValueType & Set (ValueType &v, float data)
 
static ValueType & Set (ValueType &v, float data, typename ValueType::AllocatorType &)
 

Detailed Description

template<typename ValueType>
struct internal::TypeHelper< ValueType, float >

Definition at line 497 of file document.h.

Member Function Documentation

template<typename ValueType >
static float internal::TypeHelper< ValueType, float >::Get ( const ValueType &  v)
inlinestatic

Definition at line 499 of file document.h.

499 { return v.GetFloat(); }
template<typename ValueType >
static bool internal::TypeHelper< ValueType, float >::Is ( const ValueType &  v)
inlinestatic

Definition at line 498 of file document.h.

498 { return v.IsFloat(); }
template<typename ValueType >
static ValueType& internal::TypeHelper< ValueType, float >::Set ( ValueType &  v,
float  data 
)
inlinestatic

Definition at line 500 of file document.h.

500 { return v.SetFloat(data); }
template<typename ValueType >
static ValueType& internal::TypeHelper< ValueType, float >::Set ( ValueType &  v,
float  data,
typename ValueType::AllocatorType &   
)
inlinestatic

Definition at line 501 of file document.h.

501 { return v.SetFloat(data); }

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