Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_cpp_component_desc_t Struct Reference

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
 

Detailed Description

Definition at line 104 of file flecs_cpp.h.

Member Data Documentation

◆ alignment

size_t ecs_cpp_component_desc_t::alignment

Definition at line 115 of file flecs_cpp.h.

◆ cpp_name

const char* ecs_cpp_component_desc_t::cpp_name

Definition at line 112 of file flecs_cpp.h.

◆ cpp_symbol

const char* ecs_cpp_component_desc_t::cpp_symbol

Definition at line 113 of file flecs_cpp.h.

◆ enum_action

ecs_cpp_type_action_t ecs_cpp_component_desc_t::enum_action

Definition at line 117 of file flecs_cpp.h.

◆ explicit_registration

bool ecs_cpp_component_desc_t::explicit_registration

Definition at line 119 of file flecs_cpp.h.

◆ id

ecs_entity_t ecs_cpp_component_desc_t::id

Definition at line 105 of file flecs_cpp.h.

◆ ids_index

int32_t ecs_cpp_component_desc_t::ids_index

Definition at line 107 of file flecs_cpp.h.

◆ is_component

bool ecs_cpp_component_desc_t::is_component

Definition at line 118 of file flecs_cpp.h.

◆ lifecycle_action

ecs_cpp_type_action_t ecs_cpp_component_desc_t::lifecycle_action

Definition at line 116 of file flecs_cpp.h.

◆ name

const char* ecs_cpp_component_desc_t::name

Definition at line 111 of file flecs_cpp.h.

◆ size

size_t ecs_cpp_component_desc_t::size

Definition at line 114 of file flecs_cpp.h.


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