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

Proxy representing one writable field element in entity-backed storage. More...

#include <chunk_iterator.h>

Public Member Functions

GAIA_NODISCARD operator value_type () const
 
ElementProxyoperator= (const value_type &value)
 
template<typename V >
ElementProxyoperator+= (V &&value)
 
template<typename V >
ElementProxyoperator-= (V &&value)
 
template<typename V >
ElementProxyoperator*= (V &&value)
 
template<typename V >
ElementProxyoperator/= (V &&value)
 

Public Attributes

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

Detailed Description

template<typename U, size_t Item, bool WriteIm>
struct gaia::ecs::detail::SoATermFieldWriteProxyEntity< U, Item, WriteIm >::ElementProxy

Proxy representing one writable field element in entity-backed storage.


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