neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::ecs::entity_life_span::meta Struct Reference

#include <entity_life_span.hpp>

Inheritance diagram for neolib::ecs::entity_life_span::meta:
neolib::ecs::i_component_data::meta

Static Public Member Functions

static const neolib::uuidid ()
 
static const neolib::i_stringname ()
 
static uint32_t field_count ()
 
static component_data_field_type field_type (uint32_t aFieldIndex)
 
static const neolib::i_stringfield_name (uint32_t aFieldIndex)
 
- Static Public Member Functions inherited from neolib::ecs::i_component_data::meta
static neolib::uuid field_type_id (uint32_t)
 

Additional Inherited Members

- Static Public Attributes inherited from neolib::ecs::i_component_data::meta
static constexpr bool has_handles = false
 
static constexpr bool has_updater = false
 

Detailed Description

Definition at line 51 of file entity_life_span.hpp.

Member Function Documentation

◆ field_count()

static uint32_t neolib::ecs::entity_life_span::meta::field_count ( )
inlinestatic

Definition at line 63 of file entity_life_span.hpp.

◆ field_name()

static const neolib::i_string & neolib::ecs::entity_life_span::meta::field_name ( uint32_t  aFieldIndex)
inlinestatic

Definition at line 77 of file entity_life_span.hpp.

◆ field_type()

static component_data_field_type neolib::ecs::entity_life_span::meta::field_type ( uint32_t  aFieldIndex)
inlinestatic

Definition at line 67 of file entity_life_span.hpp.

◆ id()

static const neolib::uuid & neolib::ecs::entity_life_span::meta::id ( )
inlinestatic

Definition at line 53 of file entity_life_span.hpp.

◆ name()

static const neolib::i_string & neolib::ecs::entity_life_span::meta::name ( )
inlinestatic

Definition at line 58 of file entity_life_span.hpp.


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