#include <document.h>
|
| 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 &) |
| |
template<typename ValueType>
struct internal::TypeHelper< ValueType, double >
Definition at line 489 of file document.h.
◆ Get()
template<typename ValueType >
Definition at line 491 of file document.h.
491 {
return v.GetDouble(); }
◆ Is()
template<typename ValueType >
Definition at line 490 of file document.h.
490 {
return v.IsDouble(); }
◆ Set() [1/2]
template<typename ValueType >
Definition at line 492 of file document.h.
492 {
return v.SetDouble(data); }
◆ Set() [2/2]
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:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/include/rapidjson/document.h