Helper class for accessing Value of object type. More...
#include <document.h>
Public Types | |
typedef GenericObject< true, ValueT > | ConstObject |
typedef GenericObject< false, ValueT > | Object |
typedef ValueT | PlainType |
typedef internal::MaybeAddConst< Const, PlainType >::Type | ValueType |
typedef GenericMemberIterator< Const, typename ValueT::EncodingType, typename ValueT::AllocatorType > | MemberIterator |
typedef GenericMemberIterator< true, typename ValueT::EncodingType, typename ValueT::AllocatorType > | ConstMemberIterator |
typedef ValueType::AllocatorType | AllocatorType |
typedef ValueType::StringRefType | StringRefType |
typedef ValueType::EncodingType | EncodingType |
typedef ValueType::Ch | Ch |
Public Attributes | |
T | value |
T AllocatorType &const | allocator { value_.AddMember(name, value, allocator) |
return * | this |
Friends | |
template<typename , typename > | |
class | GenericValue |
Helper class for accessing Value of object type.
Instance of this helper class is obtained by GenericValue::GetObject()
. In addition to all APIs for array type, it provides range-based for loop if RAPIDJSON_HAS_CXX11_RANGE_FOR=1
.
Definition at line 524 of file document.h.
typedef ValueType::AllocatorType GenericObject< Const, ValueT >::AllocatorType |
Definition at line 2500 of file document.h.
typedef ValueType::Ch GenericObject< Const, ValueT >::Ch |
Definition at line 2503 of file document.h.
typedef GenericMemberIterator<true, typename ValueT::EncodingType, typename ValueT::AllocatorType> GenericObject< Const, ValueT >::ConstMemberIterator |
Definition at line 2499 of file document.h.
typedef GenericObject<true, ValueT> GenericObject< Const, ValueT >::ConstObject |
Definition at line 2494 of file document.h.
typedef ValueType::EncodingType GenericObject< Const, ValueT >::EncodingType |
Definition at line 2502 of file document.h.
typedef GenericMemberIterator<Const, typename ValueT::EncodingType, typename ValueT::AllocatorType> GenericObject< Const, ValueT >::MemberIterator |
Definition at line 2498 of file document.h.
typedef GenericObject<false, ValueT> GenericObject< Const, ValueT >::Object |
Definition at line 2495 of file document.h.
typedef ValueT GenericObject< Const, ValueT >::PlainType |
Definition at line 2496 of file document.h.
typedef ValueType::StringRefType GenericObject< Const, ValueT >::StringRefType |
Definition at line 2501 of file document.h.
typedef internal::MaybeAddConst<Const,PlainType>::Type GenericObject< Const, ValueT >::ValueType |
Definition at line 2497 of file document.h.
|
inline |
Definition at line 2508 of file document.h.
|
inline |
Definition at line 2510 of file document.h.
|
inline |
Definition at line 2544 of file document.h.
|
inline |
Definition at line 2543 of file document.h.
|
inline |
Definition at line 2532 of file document.h.
|
inline |
Definition at line 2531 of file document.h.
|
inline |
Definition at line 2555 of file document.h.
|
inline |
Definition at line 2559 of file document.h.
|
inline |
Definition at line 2554 of file document.h.
|
inline |
Definition at line 2553 of file document.h.
|
inline |
Definition at line 2526 of file document.h.
|
inline |
Definition at line 2527 of file document.h.
|
inline |
Definition at line 2521 of file document.h.
|
inline |
Definition at line 2525 of file document.h.
|
inline |
Definition at line 2519 of file document.h.
|
inline |
Definition at line 2512 of file document.h.
|
inline |
Definition at line 2520 of file document.h.
|
inline |
Definition at line 2513 of file document.h.
|
inline |
Definition at line 2509 of file document.h.
|
inline |
Definition at line 2515 of file document.h.
|
inline |
Definition at line 2514 of file document.h.
GenericObject< Const, ValueT >::RAPIDJSON_DISABLEIF_RETURN | ( | (internal::OrExpr< internal::IsPointer< T >, internal::IsGenericValue< T > >) | , |
(GenericObject< Const, ValueT >) | |||
) |
GenericObject< Const, ValueT >::RAPIDJSON_DISABLEIF_RETURN | ( | (internal::OrExpr< internal::IsPointer< T >, internal::IsGenericValue< T > >) | , |
(ValueType &) | |||
) | & |
|
inline |
Definition at line 2546 of file document.h.
|
inline |
Definition at line 2547 of file document.h.
|
inline |
Definition at line 2551 of file document.h.
|
inline |
Definition at line 2552 of file document.h.
|
friend |
Definition at line 2506 of file document.h.
T AllocatorType &const GenericObject< Const, ValueT >::allocator { value_.AddMember(name, value, allocator) |
Definition at line 2536 of file document.h.
return * GenericObject< Const, ValueT >::this |
Definition at line 2536 of file document.h.
T GenericObject< Const, ValueT >::value |
Definition at line 2536 of file document.h.