Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Types & constants bridged from C API. More...
Typedefs | |
using | flecs::world_t = ecs_world_t |
using | flecs::world_info_t = ecs_world_info_t |
using | flecs::id_t = ecs_id_t |
using | flecs::entity_t = ecs_entity_t |
using | flecs::type_t = ecs_type_t |
using | flecs::table_t = ecs_table_t |
using | flecs::term_t = ecs_term_t |
using | flecs::query_t = ecs_query_t |
using | flecs::query_group_info_t = ecs_query_group_info_t |
using | flecs::observer_t = ecs_observer_t |
using | flecs::iter_t = ecs_iter_t |
using | flecs::ref_t = ecs_ref_t |
using | flecs::type_info_t = ecs_type_info_t |
using | flecs::type_hooks_t = ecs_type_hooks_t |
using | flecs::flags32_t = ecs_flags32_t |
using | flecs::Component = EcsComponent |
using | flecs::Identifier = EcsIdentifier |
using | flecs::Poly = EcsPoly |
using | flecs::DefaultChildComponent = EcsDefaultChildComponent |
Types & constants bridged from C API.
using flecs::Component = EcsComponent |
Definition at line 70 of file c_types.hpp.
Definition at line 73 of file c_types.hpp.
using flecs::entity_t = ecs_entity_t |
Definition at line 21 of file c_types.hpp.
using flecs::flags32_t = ecs_flags32_t |
Definition at line 32 of file c_types.hpp.
using flecs::id_t = ecs_id_t |
Definition at line 20 of file c_types.hpp.
using flecs::Identifier = EcsIdentifier |
Definition at line 71 of file c_types.hpp.
using flecs::iter_t = ecs_iter_t |
Definition at line 28 of file c_types.hpp.
using flecs::observer_t = ecs_observer_t |
Definition at line 27 of file c_types.hpp.
using flecs::Poly = EcsPoly |
Definition at line 72 of file c_types.hpp.
Definition at line 26 of file c_types.hpp.
using flecs::query_t = ecs_query_t |
Definition at line 25 of file c_types.hpp.
using flecs::ref_t = ecs_ref_t |
Definition at line 29 of file c_types.hpp.
using flecs::table_t = ecs_table_t |
Definition at line 23 of file c_types.hpp.
using flecs::term_t = ecs_term_t |
Definition at line 24 of file c_types.hpp.
using flecs::type_hooks_t = ecs_type_hooks_t |
Definition at line 31 of file c_types.hpp.
using flecs::type_info_t = ecs_type_info_t |
Definition at line 30 of file c_types.hpp.
using flecs::type_t = ecs_type_t |
Definition at line 22 of file c_types.hpp.
using flecs::world_info_t = ecs_world_info_t |
Definition at line 19 of file c_types.hpp.
using flecs::world_t = ecs_world_t |
Definition at line 18 of file c_types.hpp.
enum flecs::inout_kind_t |
Definition at line 34 of file c_types.hpp.
enum flecs::oper_kind_t |
Definition at line 43 of file c_types.hpp.
enum flecs::query_cache_kind_t |
Definition at line 53 of file c_types.hpp.