![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Writable row proxy for chunk-backed SoA data. Reads and writes the full structured value directly from SoA storage. More...
#include <chunk_iterator.h>
Public Types | |
| using | raw_view_policy = mem::data_view_policy_soa< U::gaia_Data_Layout, U > |
Public Member Functions | |
| GAIA_NODISCARD | operator U () const |
| SoATermRowWriteProxyPointer & | operator= (const U &value) |
Public Attributes | |
| uint8_t * | pData = nullptr |
| uint32_t | dataSize = 0 |
| uint32_t | idx = 0 |
Writable row proxy for chunk-backed SoA data. Reads and writes the full structured value directly from SoA storage.