Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
Allocator< T >::FreeList Union Reference

List of unused elements. More...

#include <Allocator.hxx>

Public Attributes

data
 unused item
 
FreeListnext
 next item in the list
 

Detailed Description

template<typename T>
union Allocator< T >::FreeList

List of unused elements.

Definition at line 51 of file Allocator.hxx.

Member Data Documentation

◆ data

template<typename T >
T Allocator< T >::FreeList::data

unused item

Definition at line 53 of file Allocator.hxx.

◆ next

template<typename T >
FreeList* Allocator< T >::FreeList::next

next item in the list

Definition at line 54 of file Allocator.hxx.


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