![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Public Attributes | |
| ecs_entity_t | id |
| int32_t | ids_index |
| const char * | name |
| const char * | cpp_name |
| const char * | cpp_symbol |
| size_t | size |
| size_t | alignment |
| ecs_cpp_type_action_t | lifecycle_action |
| ecs_cpp_type_action_t | enum_action |
| bool | is_component |
| bool | explicit_registration |
Definition at line 104 of file flecs_cpp.h.
| size_t ecs_cpp_component_desc_t::alignment |
Definition at line 115 of file flecs_cpp.h.
| const char* ecs_cpp_component_desc_t::cpp_name |
Definition at line 112 of file flecs_cpp.h.
| const char* ecs_cpp_component_desc_t::cpp_symbol |
Definition at line 113 of file flecs_cpp.h.
| ecs_cpp_type_action_t ecs_cpp_component_desc_t::enum_action |
Definition at line 117 of file flecs_cpp.h.
| bool ecs_cpp_component_desc_t::explicit_registration |
Definition at line 119 of file flecs_cpp.h.
| ecs_entity_t ecs_cpp_component_desc_t::id |
Definition at line 105 of file flecs_cpp.h.
| int32_t ecs_cpp_component_desc_t::ids_index |
Definition at line 107 of file flecs_cpp.h.
| bool ecs_cpp_component_desc_t::is_component |
Definition at line 118 of file flecs_cpp.h.
| ecs_cpp_type_action_t ecs_cpp_component_desc_t::lifecycle_action |
Definition at line 116 of file flecs_cpp.h.
| const char* ecs_cpp_component_desc_t::name |
Definition at line 111 of file flecs_cpp.h.
| size_t ecs_cpp_component_desc_t::size |
Definition at line 114 of file flecs_cpp.h.