CMS 3D CMS Logo

List of all members | Public Attributes
Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo Struct Reference

Public Attributes

AllocatedType buffer_ [objectPerAllocation]
 
AllocatedType * end_
 
BatchInfonext_
 
AllocatedType * used_
 

Detailed Description

template<typename AllocatedType, const unsigned int objectPerAllocation>
struct Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo

Definition at line 89 of file json_batchallocator.h.

Member Data Documentation

template<typename AllocatedType , const unsigned int objectPerAllocation>
AllocatedType Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo::buffer_[objectPerAllocation]

Definition at line 94 of file json_batchallocator.h.

template<typename AllocatedType , const unsigned int objectPerAllocation>
AllocatedType* Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo::end_
template<typename AllocatedType , const unsigned int objectPerAllocation>
BatchInfo* Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo::next_
template<typename AllocatedType , const unsigned int objectPerAllocation>
AllocatedType* Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo::used_