Classes | |
class | MyAllocator |
Typedefs | |
typedef rapidjson::GenericDocument< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< MyAllocator >, MyAllocator > | Document |
typedef rapidjson::GenericPointer< ::myjson::Document::ValueType, MyAllocator > | Pointer |
typedef ::myjson::Document::ValueType | Value |
typedef rapidjson::GenericDocument< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< MyAllocator >, MyAllocator > myjson::Document |
Definition at line 1507 of file pointertest.cpp.
typedef rapidjson::GenericPointer< ::myjson::Document::ValueType, MyAllocator > myjson::Pointer |
Definition at line 1512 of file pointertest.cpp.
typedef ::myjson::Document::ValueType myjson::Value |
Definition at line 1514 of file pointertest.cpp.