![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Inheritance diagram for gaia::cnt::ilist_item:Classes | |
| struct | ItemData |
Public Member Functions | |
| ilist_item (uint32_t index, uint32_t generation) | |
| ilist_item (const ilist_item &other) | |
| ilist_item & | operator= (const ilist_item &other) |
| ilist_item (ilist_item &&other) | |
| ilist_item & | operator= (ilist_item &&other) |
Public Attributes | |
| uint32_t | idx |
| Allocated items: Index in the list. Deleted items: Index of the next deleted item in the list. | |
| ItemData | data |
| Item data. | |