#include <json_batchallocator.h>
List of all members.
template<typename AllocatedType, const unsigned int objectPerAllocation>
class Json::BatchAllocator< AllocatedType, objectPerAllocation >
Member Typedef Documentation
template<typename AllocatedType, const unsigned int objectPerAllocation>
Constructor & Destructor Documentation
template<typename AllocatedType, const unsigned int objectPerAllocation>
template<typename AllocatedType, const unsigned int objectPerAllocation>
Member Function Documentation
template<typename AllocatedType, const unsigned int objectPerAllocation>
allocate space for an array of objectPerAllocation object.
- Warning:
- it is the responsability of the caller to call objects constructors.
template<typename AllocatedType, const unsigned int objectPerAllocation>
Release the object.
- Warning:
- it is the responsability of the caller to actually destruct the object.
The documentation for this class was generated from the following file: