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

#include <document.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 489 of file document.h.

Member Function Documentation

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

Definition at line 491 of file document.h.

491 { return v.GetDouble(); }
template<typename ValueType >
static bool internal::TypeHelper< ValueType, double >::Is ( const ValueType &  v)
inlinestatic

Definition at line 490 of file document.h.

490 { return v.IsDouble(); }
template<typename ValueType >
static ValueType& internal::TypeHelper< ValueType, double >::Set ( ValueType &  v,
double  data 
)
inlinestatic

Definition at line 492 of file document.h.

492 { return v.SetDouble(data); }
template<typename ValueType >
static ValueType& internal::TypeHelper< ValueType, double >::Set ( ValueType &  v,
double  data,
typename ValueType::AllocatorType &   
)
inlinestatic

Definition at line 493 of file document.h.

493 { return v.SetDouble(data); }

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