Skip to content
Flecs v4.1
ecs_header_t Struct Reference

Header for ecs_poly_t objects. More...

#include <flecs.h>

Public Attributes

int32_t type
 Magic number indicating which type of Flecs object.
int32_t refcount
 Refcount, to enable RAII handles.
ecs_mixins_tmixins
 Table with offsets to (optional) mixins.

Detailed Description

Header for ecs_poly_t objects.

Definition at line 534 of file flecs.h.

Member Data Documentation

◆ mixins

ecs_mixins_t* ecs_header_t::mixins

Table with offsets to (optional) mixins.

Definition at line 537 of file flecs.h.

◆ refcount

int32_t ecs_header_t::refcount

Refcount, to enable RAII handles.

Definition at line 536 of file flecs.h.

◆ type

int32_t ecs_header_t::type

Magic number indicating which type of Flecs object.

Definition at line 535 of file flecs.h.


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