doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
idBlockAlloc< type, blockSize >::block_s Struct Reference

Public Attributes

element_t elements [blockSize]
 
struct block_snext
 

Detailed Description

template<class type, int blockSize>
struct idBlockAlloc< type, blockSize >::block_s

Definition at line 173 of file Heap.h.

Member Data Documentation

template<class type, int blockSize>
element_t idBlockAlloc< type, blockSize >::block_s::elements[blockSize]

Definition at line 174 of file Heap.h.

template<class type, int blockSize>
struct block_s* idBlockAlloc< type, blockSize >::block_s::next

Definition at line 175 of file Heap.h.


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