|
Cogs.Foundation
|
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.
| ItemHeader* Cogs::Collections::ItemHeader::next |
Pointer to the next element in the free list.
Referenced by Cogs::Collections::ConfigurablePagedPool< Context, Page, Item >::addPage(), and Cogs::Collections::DefaultPage< T >::DefaultPage().