Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::field_ptr Struct Reference

Public Attributes

void * ptr = nullptr
 
int8_t index = 0
 
bool is_ref = false
 
bool is_row = false
 

Detailed Description

Definition at line 39 of file delegate.hpp.

Member Data Documentation

◆ index

int8_t flecs::_::field_ptr::index = 0

Definition at line 41 of file delegate.hpp.

◆ is_ref

bool flecs::_::field_ptr::is_ref = false

Definition at line 42 of file delegate.hpp.

◆ is_row

bool flecs::_::field_ptr::is_row = false

Definition at line 43 of file delegate.hpp.

◆ ptr

void* flecs::_::field_ptr::ptr = nullptr

Definition at line 40 of file delegate.hpp.


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