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

#include <document.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 473 of file document.h.

Member Function Documentation

◆ Get()

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

Definition at line 475 of file document.h.

475{ return v.GetInt64(); }

◆ Is()

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

Definition at line 474 of file document.h.

474{ return v.IsInt64(); }

◆ Set() [1/2]

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

Definition at line 476 of file document.h.

476{ return v.SetInt64(data); }

◆ Set() [2/2]

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

Definition at line 477 of file document.h.

477{ return v.SetInt64(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