Cogs.Core
|
Header struct used to alias with the stored type to chain elements in the storage together. More...
#include <ConfigurablePagedPool.h>
Public Attributes | |
ItemHeader * | next |
Pointer to the next element in the free list. | |
Header struct used to alias with the stored type to chain elements in the storage together.
Definition at line 12 of file ConfigurablePagedPool.h.
ItemHeader* Cogs::Collections::ItemHeader::next |
Pointer to the next element in the free list.
Definition at line 15 of file ConfigurablePagedPool.h.
Referenced by Cogs::Collections::ConfigurablePagedPool< Context, Page, Item >::addPage(), and Cogs::Collections::DefaultPage< T >::DefaultPage().