Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Classes | |
struct | flecs::type |
Type class. More... | |
Functions | |
flecs::type::type (world_t *world, const type_t *t) | |
flecs::string | flecs::type::str () const |
Convert type to comma-separated string. | |
int32_t | flecs::type::count () const |
Return number of ids in type. | |
flecs::id_t * | flecs::type::array () const |
Return pointer to array. | |
flecs::id | flecs::type::get (int32_t index) const |
Get id at specified index in type. | |
flecs::id_t * | flecs::type::begin () const |
flecs::id_t * | flecs::type::end () const |
flecs::type::operator const type_t * () const | |
Implicit conversion to type_t. | |
Type operations.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |