Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::detail::SoATermRowWriteProxyPointer< U > Struct Template Reference

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
 
SoATermRowWriteProxyPointeroperator= (const U &value)
 

Public Attributes

uint8_t * pData = nullptr
 
uint32_t dataSize = 0
 
uint32_t idx = 0
 

Detailed Description

template<typename U>
struct gaia::ecs::detail::SoATermRowWriteProxyPointer< U >

Writable row proxy for chunk-backed SoA data. Reads and writes the full structured value directly from SoA storage.


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