Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
Poly mixin types.

Mixin types for poly mechanism. More...

Collaboration diagram for Poly mixin types.:

Classes

struct  ecs_iterable_t
 Iterable mixin. More...
 

Typedefs

typedef struct ecs_iterable_t ecs_iterable_t
 Iterable mixin.
 

Detailed Description

Mixin types for poly mechanism.

Typedef Documentation

◆ ecs_iterable_t

typedef struct ecs_iterable_t ecs_iterable_t

Iterable mixin.

Allows its container to be iterated.