#include <document.h>
|
| static bool | Is (const ValueType &v) |
| |
| static int | Get (const ValueType &v) |
| |
| static ValueType & | Set (ValueType &v, int data) |
| |
| static ValueType & | Set (ValueType &v, int data, typename ValueType::AllocatorType &) |
| |
template<typename ValueType>
struct internal::TypeHelper< ValueType, int >
Definition at line 437 of file document.h.
◆ Get()
template<typename ValueType >
Definition at line 439 of file document.h.
439 {
return v.GetInt(); }
◆ Is()
template<typename ValueType >
Definition at line 438 of file document.h.
438 {
return v.IsInt(); }
◆ Set() [1/2]
template<typename ValueType >
Definition at line 440 of file document.h.
440 {
return v.SetInt(data); }
◆ Set() [2/2]
template<typename ValueType >
| static ValueType& internal::TypeHelper< ValueType, int >::Set |
( |
ValueType & |
v, |
|
|
int |
data, |
|
|
typename ValueType::AllocatorType & |
|
|
) |
| |
|
inlinestatic |
Definition at line 441 of file document.h.
441 {
return v.SetInt(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