Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::type< T, if_not_t< is_pair< T >::value > > Struct Template Reference
Inheritance diagram for flecs::_::type< T, if_not_t< is_pair< T >::value > >:
[legend]

Additional Inherited Members

Static Public Member Functions inherited from flecs::_::type_impl< base_type_t< T > >
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 inherited from flecs::_::type_impl< base_type_t< T > >
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< T, if_not_t< is_pair< T >::value > >

Definition at line 271 of file component.hpp.


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