Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::each_column_base Struct Reference
Inheritance diagram for flecs::_::each_column_base:
[legend]

Public Member Functions

 each_column_base (const _::field_ptr &field, size_t row)
 

Protected Attributes

const _::field_ptrfield_
 
size_t row_
 

Detailed Description

Definition at line 124 of file delegate.hpp.

Constructor & Destructor Documentation

◆ each_column_base()

flecs::_::each_column_base::each_column_base ( const _::field_ptr & field,
size_t row )
inline

Definition at line 125 of file delegate.hpp.

Member Data Documentation

◆ field_

const _::field_ptr& flecs::_::each_column_base::field_
protected

Definition at line 130 of file delegate.hpp.

◆ row_

size_t flecs::_::each_column_base::row_
protected

Definition at line 131 of file delegate.hpp.


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