![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Member Functions | |
| GAIA_NODISCARD bool | empty () const |
Public Attributes | |
| cnt::fwd_llist< MemoryPage< T, RequestedBlockSize > > | pagesFree |
| List of available pages. | |
| cnt::fwd_llist< MemoryPage< T, RequestedBlockSize > > | pagesFull |
| List of full pages. | |