Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_meta_type_op_t Struct Reference

Public Attributes

ecs_meta_type_op_kind_t kind
 
ecs_size_t offset
 Offset of current field.
 
int32_t count
 
const char * name
 Name of value (only used for struct members)
 
int32_t op_count
 Number of operations until next field or end.
 
ecs_size_t size
 Size of type of operation.
 
ecs_entity_t type
 Type entity.
 
int32_t member_index
 Index of member in struct.
 
ecs_hashmap_t * members
 string -> member index (structs only)
 

Detailed Description

Definition at line 507 of file meta.h.

Member Data Documentation

◆ count

int32_t ecs_meta_type_op_t::count

Definition at line 510 of file meta.h.

◆ kind

ecs_meta_type_op_kind_t ecs_meta_type_op_t::kind

Definition at line 508 of file meta.h.

◆ member_index

int32_t ecs_meta_type_op_t::member_index

Index of member in struct.

Definition at line 515 of file meta.h.

◆ members

ecs_hashmap_t* ecs_meta_type_op_t::members

string -> member index (structs only)

Definition at line 516 of file meta.h.

◆ name

const char* ecs_meta_type_op_t::name

Name of value (only used for struct members)

Definition at line 511 of file meta.h.

◆ offset

ecs_size_t ecs_meta_type_op_t::offset

Offset of current field.

Definition at line 509 of file meta.h.

◆ op_count

int32_t ecs_meta_type_op_t::op_count

Number of operations until next field or end.

Definition at line 512 of file meta.h.

◆ size

ecs_size_t ecs_meta_type_op_t::size

Size of type of operation.

Definition at line 513 of file meta.h.

◆ type

ecs_entity_t ecs_meta_type_op_t::type

Type entity.

Definition at line 514 of file meta.h.


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