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

Additional Inherited Members

- Static Public Member Functions inherited from flecs::_::cpp_type_impl< base_type_t< T > >
static void init (entity_t entity, bool allow_tag=true)
 
static entity_t id_explicit (world_t *world=nullptr, const char *name=nullptr, bool allow_tag=true, flecs::id_t id=0, bool is_component=true, bool *existing=nullptr)
 
static id_t id (world_t *world=nullptr, const char *name=nullptr, bool allow_tag=true)
 
static size_t size ()
 
static size_t alignment ()
 
static bool registered (flecs::world_t *world)
 
static void reset ()
 
- Static Public Attributes inherited from flecs::_::cpp_type_impl< base_type_t< T > >
static entity_t s_id
 
static size_t s_size
 
static size_t s_alignment
 
static bool s_allow_tag
 
static int32_t s_reset_count
 

Detailed Description

template<typename T>
struct flecs::_::cpp_type< T, if_not_t< is_pair< T >::value > >

Definition at line 321 of file component.hpp.


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