Public Attributes | |
AllocatedType | buffer_ [objectPerAllocation] |
AllocatedType * | end_ |
BatchInfo * | next_ |
AllocatedType * | used_ |
Definition at line 89 of file json_batchallocator.h.
AllocatedType Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo::buffer_[objectPerAllocation] |
Definition at line 94 of file json_batchallocator.h.
AllocatedType* Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo::end_ |
Definition at line 93 of file json_batchallocator.h.
BatchInfo* Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo::next_ |
Definition at line 91 of file json_batchallocator.h.
AllocatedType* Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo::used_ |
Definition at line 92 of file json_batchallocator.h.