Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::type_impl< T > Struct Template Reference

Static Public Member Functions

static void init (bool allow_tag=true)
 
static void init_builtin (flecs::world_t *world, flecs::entity_t id, bool allow_tag=true)
 
static entity_t register_id (world_t *world, const char *name=nullptr, bool allow_tag=true, flecs::id_t id=0, bool is_component=false, bool implicit_name=true, const char *n=nullptr, flecs::entity_t module=0)
 
static entity_t id (world_t *world)
 
static size_t size ()
 
static size_t alignment ()
 
static bool registered (flecs::world_t *world)
 
static void reset ()
 

Static Public Attributes

static int32_t s_index
 
static size_t s_size
 
static size_t s_alignment
 
static bool s_allow_tag
 

Detailed Description

template<typename T>
struct flecs::_::type_impl< T >

Definition at line 124 of file component.hpp.

Member Function Documentation

◆ alignment()

template<typename T >
static size_t flecs::_::type_impl< T >::alignment ( )
inlinestatic

Definition at line 252 of file component.hpp.

◆ id()

template<typename T >
static entity_t flecs::_::type_impl< T >::id ( world_t * world)
inlinestatic

Definition at line 224 of file component.hpp.

◆ init()

template<typename T >
static void flecs::_::type_impl< T >::init ( bool allow_tag = true)
inlinestatic

Definition at line 129 of file component.hpp.

◆ init_builtin()

template<typename T >
static void flecs::_::type_impl< T >::init_builtin ( flecs::world_t * world,
flecs::entity_t id,
bool allow_tag = true )
inlinestatic

Definition at line 142 of file component.hpp.

◆ register_id()

template<typename T >
static entity_t flecs::_::type_impl< T >::register_id ( world_t * world,
const char * name = nullptr,
bool allow_tag = true,
flecs::id_t id = 0,
bool is_component = false,
bool implicit_name = true,
const char * n = nullptr,
flecs::entity_t module = 0 )
inlinestatic

Definition at line 152 of file component.hpp.

◆ registered()

template<typename T >
static bool flecs::_::type_impl< T >::registered ( flecs::world_t * world)
inlinestatic

Definition at line 258 of file component.hpp.

◆ reset()

template<typename T >
static void flecs::_::type_impl< T >::reset ( )
inlinestatic

Definition at line 274 of file component.hpp.

◆ size()

template<typename T >
static size_t flecs::_::type_impl< T >::size ( )
inlinestatic

Definition at line 246 of file component.hpp.

Member Data Documentation

◆ s_alignment

template<typename T >
size_t flecs::_::type_impl< T >::s_alignment
static

Definition at line 283 of file component.hpp.

◆ s_allow_tag

template<typename T >
bool flecs::_::type_impl< T >::s_allow_tag
static

Definition at line 284 of file component.hpp.

◆ s_index

template<typename T >
int32_t flecs::_::type_impl< T >::s_index
static

Definition at line 281 of file component.hpp.

◆ s_size

template<typename T >
size_t flecs::_::type_impl< T >::s_size
static

Definition at line 282 of file component.hpp.


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