Electroneum
Loading...
Searching...
No Matches
internal::TypeHelper< ValueType, uint64_t > Struct Template Reference

#include <document.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 481 of file document.h.

Member Function Documentation

◆ Get()

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

Definition at line 483 of file document.h.

483{ return v.GetUint64(); }

◆ Is()

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

Definition at line 482 of file document.h.

482{ return v.IsUint64(); }

◆ Set() [1/2]

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

Definition at line 484 of file document.h.

484{ return v.SetUint64(data); }

◆ Set() [2/2]

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

Definition at line 485 of file document.h.

485{ return v.SetUint64(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