Classes | |
| struct | rebind |
Public Types | |
| typedef BaseAllocator | BaseAllocatorType |
| typedef allocator_type::value_type | value_type |
Public Member Functions | |
| StdAllocator (const StdAllocator &rhs) RAPIDJSON_NOEXCEPT | |
| template<typename U > | |
| StdAllocator (const StdAllocator< U, BaseAllocator > &rhs) RAPIDJSON_NOEXCEPT | |
| StdAllocator (const BaseAllocator &baseAllocator) RAPIDJSON_NOEXCEPT | |