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

Writable row proxy for entity-backed SoA data. Reads and writes the full structured value through the world store. More...

#include <chunk_iterator.h>

Public Member Functions

GAIA_NODISCARD operator U () const
 
SoATermRowWriteProxyEntityoperator= (const U &value)
 

Public Attributes

const EntitypEntities = nullptr
 
WorldpWorld = nullptr
 
Entity id = EntityBad
 
uint32_t idx = 0
 

Detailed Description

template<typename U, bool WriteIm>
struct gaia::ecs::detail::SoATermRowWriteProxyEntity< U, WriteIm >

Writable row proxy for entity-backed SoA data. Reads and writes the full structured value through the world store.


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