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, bool is_component=true, bool explicit_registration=false, flecs::id_t id=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 125 of file component.hpp.

Member Function Documentation

◆ alignment()

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

Definition at line 228 of file component.hpp.

◆ id()

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

Definition at line 200 of file component.hpp.

◆ init()

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

Definition at line 130 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 143 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,
bool is_component = true,
bool explicit_registration = false,
flecs::id_t id = 0 )
inlinestatic

Definition at line 153 of file component.hpp.

◆ registered()

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

Definition at line 234 of file component.hpp.

◆ reset()

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

Definition at line 250 of file component.hpp.

◆ size()

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

Definition at line 222 of file component.hpp.

Member Data Documentation

◆ s_alignment

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

Definition at line 259 of file component.hpp.

◆ s_allow_tag

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

Definition at line 260 of file component.hpp.

◆ s_index

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

Definition at line 257 of file component.hpp.

◆ s_size

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

Definition at line 258 of file component.hpp.


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