| 2511 | |
| 2512 | SizeType MemberCount() const { return value_.MemberCount(); } |
| 2513 | bool ObjectEmpty() const { return value_.ObjectEmpty(); } |
| 2514 | template <typename T> ValueType& operator[](T* name) const { return value_[name]; } |
| 2515 | template <typename SourceAllocator> ValueType& operator[](const GenericValue<EncodingType, SourceAllocator>& name) const { return value_[name]; } |
| 2516 | #if RAPIDJSON_HAS_STDSTRING |
no outgoing calls