Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::cnt::ilist_item Struct Reference
+ 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_itemoperator= (const ilist_item &other)
 
 ilist_item (ilist_item &&other)
 
ilist_itemoperator= (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.
 

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