Electroneum
Loading...
Searching...
No Matches
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

◆ Get()

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

Definition at line 491 of file document.h.

491{ return v.GetDouble(); }

◆ Is()

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

Definition at line 490 of file document.h.

490{ return v.IsDouble(); }

◆ Set() [1/2]

template<typename ValueType>
ValueType & internal::TypeHelper< ValueType, double >::Set ( ValueType & v,
double data )
inlinestatic

Definition at line 492 of file document.h.

492{ return v.SetDouble(data); }

◆ Set() [2/2]

template<typename ValueType>
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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/include/rapidjson/document.h