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 _::term_ptr &term, size_t row)
 

Protected Attributes

const _::term_ptrterm_
 
size_t row_
 

Detailed Description

Definition at line 79 of file delegate.hpp.

Constructor & Destructor Documentation

◆ each_column_base()

flecs::_::each_column_base::each_column_base ( const _::term_ptr & term,
size_t row )
inline

Definition at line 80 of file delegate.hpp.

Member Data Documentation

◆ row_

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

Definition at line 85 of file delegate.hpp.

◆ term_

const _::term_ptr& flecs::_::each_column_base::term_
protected

Definition at line 84 of file delegate.hpp.


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