![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Classes | |
| struct | PageHeader |
Public Types | |
| using | view_policy = mem::auto_view_policy< T > |
| using | bit_set = cnt::bitset< PageCapacity > |
Public Attributes | |
| PageHeader | header |
| Page header. | |
| mem::raw_data_holder< T, AllocatedBytes > | data |
| Page data. | |
Static Public Attributes | |
| static constexpr uint32_t | PageCapacity = 4096 |
| static constexpr uint32_t | AllocatedBytes = view_policy::get_min_byte_size(0, PageCapacity) |