Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo Struct Reference
Collaboration diagram for Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo:

Public Attributes

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

Member Data Documentation

template<typename AllocatedType , const unsigned int objectPerAllocation>
AllocatedType Json::BatchAllocator< AllocatedType, objectPerAllocation >::BatchInfo::buffer_[objectPerAllocation]
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_

The documentation for this struct was generated from the following file: