Concept for receiving events from GenericReader upon parsing. The functions return true if no error occurs. If they return false, the event publisher should terminate the process.
More...
Concept for receiving events from GenericReader upon parsing. The functions return true if no error occurs. If they return false, the event publisher should terminate the process.
typename Ch;
bool Null();
bool Int(int i);
bool Uint(unsigned i);
bool RawNumber(
const Ch* str,
SizeType length,
bool copy);
bool StartObject();
bool Key(
const Ch* str,
SizeType length,
bool copy);
bool StartArray();
};
Concept for receiving events from GenericReader upon parsing. The functions return true if no error o...
@ String
aiString property.
Definition: material.d:501
TypeWithSize< 8 >::Int Int64
Definition: gtest-port.h:2496
FloatingPoint< double > Double
Definition: gtest-internal.h:421
RAPIDJSON_NAMESPACE_BEGIN typedef unsigned SizeType
Size type (for string lengths, array sizes, etc.)
Definition: rapidjson.h:389
signed __int64 int64_t
Definition: stdint.h:135
unsigned __int64 uint64_t
Definition: stdint.h:136
Definition: gtest_pred_impl_unittest.cc:56
The documentation for this class was generated from the following file: