all_of(const entity_type entt) const | entt::basic_registry< Entity, Allocator > | inline |
allocator_type typedef | entt::basic_registry< Entity, Allocator > | |
any_of(const entity_type entt) const | entt::basic_registry< Entity, Allocator > | inline |
basic_registry() | entt::basic_registry< Entity, Allocator > | inline |
basic_registry(const allocator_type &allocator) | entt::basic_registry< Entity, Allocator > | inlineexplicit |
basic_registry(const size_type count, const allocator_type &allocator=allocator_type{}) | entt::basic_registry< Entity, Allocator > | inline |
basic_registry(const basic_registry &)=delete | entt::basic_registry< Entity, Allocator > | |
basic_registry(basic_registry &&other) noexcept | entt::basic_registry< Entity, Allocator > | inline |
clear() | entt::basic_registry< Entity, Allocator > | inline |
common_type typedef | entt::basic_registry< Entity, Allocator > | |
compact() | entt::basic_registry< Entity, Allocator > | inline |
const_iterable typedef | entt::basic_registry< Entity, Allocator > | |
context typedef | entt::basic_registry< Entity, Allocator > | |
create() | entt::basic_registry< Entity, Allocator > | inline |
create(const entity_type hint) | entt::basic_registry< Entity, Allocator > | inline |
create(It first, It last) | entt::basic_registry< Entity, Allocator > | inline |
ctx() noexcept | entt::basic_registry< Entity, Allocator > | inline |
ctx() const noexcept | entt::basic_registry< Entity, Allocator > | inline |
current(const entity_type entt) const | entt::basic_registry< Entity, Allocator > | inline |
destroy(const entity_type entt) | entt::basic_registry< Entity, Allocator > | inline |
destroy(const entity_type entt, const version_type version) | entt::basic_registry< Entity, Allocator > | inline |
destroy(It first, It last) | entt::basic_registry< Entity, Allocator > | inline |
emplace(const entity_type entt, Args &&...args) | entt::basic_registry< Entity, Allocator > | inline |
emplace_or_replace(const entity_type entt, Args &&...args) | entt::basic_registry< Entity, Allocator > | inline |
entity_type typedef | entt::basic_registry< Entity, Allocator > | |
erase(const entity_type entt) | entt::basic_registry< Entity, Allocator > | inline |
erase(It first, It last) | entt::basic_registry< Entity, Allocator > | inline |
erase_if(const entity_type entt, Func func) | entt::basic_registry< Entity, Allocator > | inline |
get(const entity_type entt) const | entt::basic_registry< Entity, Allocator > | inline |
get(const entity_type entt) | entt::basic_registry< Entity, Allocator > | inline |
get_allocator() const noexcept | entt::basic_registry< Entity, Allocator > | inline |
get_or_emplace(const entity_type entt, Args &&...args) | entt::basic_registry< Entity, Allocator > | inline |
group(get_t< Get... >=get_t{}, exclude_t< Exclude... >=exclude_t{}) | entt::basic_registry< Entity, Allocator > | inline |
group_if_exists(get_t< Get... >=get_t{}, exclude_t< Exclude... >=exclude_t{}) const | entt::basic_registry< Entity, Allocator > | inline |
insert(It first, It last, const Type &value={}) | entt::basic_registry< Entity, Allocator > | inline |
insert(EIt first, EIt last, CIt from) | entt::basic_registry< Entity, Allocator > | inline |
iterable typedef | entt::basic_registry< Entity, Allocator > | |
on_construct(const id_type id=type_hash< Type >::value()) | entt::basic_registry< Entity, Allocator > | inline |
on_destroy(const id_type id=type_hash< Type >::value()) | entt::basic_registry< Entity, Allocator > | inline |
on_update(const id_type id=type_hash< Type >::value()) | entt::basic_registry< Entity, Allocator > | inline |
operator=(const basic_registry &)=delete | entt::basic_registry< Entity, Allocator > | |
operator=(basic_registry &&other) noexcept | entt::basic_registry< Entity, Allocator > | inline |
orphan(const entity_type entt) const | entt::basic_registry< Entity, Allocator > | inline |
owned() const | entt::basic_registry< Entity, Allocator > | inline |
patch(const entity_type entt, Func &&...func) | entt::basic_registry< Entity, Allocator > | inline |
remove(const entity_type entt) | entt::basic_registry< Entity, Allocator > | inline |
remove(It first, It last) | entt::basic_registry< Entity, Allocator > | inline |
replace(const entity_type entt, Args &&...args) | entt::basic_registry< Entity, Allocator > | inline |
reset(const id_type id) | entt::basic_registry< Entity, Allocator > | inline |
size_type typedef | entt::basic_registry< Entity, Allocator > | |
sort(Compare compare, Sort algo=Sort{}, Args &&...args) | entt::basic_registry< Entity, Allocator > | inline |
sort() | entt::basic_registry< Entity, Allocator > | inline |
storage() noexcept | entt::basic_registry< Entity, Allocator > | inline |
storage() const noexcept | entt::basic_registry< Entity, Allocator > | inline |
storage(const id_type id) | entt::basic_registry< Entity, Allocator > | inline |
storage(const id_type id) const | entt::basic_registry< Entity, Allocator > | inline |
storage(const id_type id=type_hash< Type >::value()) | entt::basic_registry< Entity, Allocator > | inline |
storage(const id_type id=type_hash< Type >::value()) const | entt::basic_registry< Entity, Allocator > | inline |
storage_for_type typedef | entt::basic_registry< Entity, Allocator > | |
swap(basic_registry &other) noexcept | entt::basic_registry< Entity, Allocator > | inline |
try_get(const entity_type entt) const | entt::basic_registry< Entity, Allocator > | inline |
try_get(const entity_type entt) | entt::basic_registry< Entity, Allocator > | inline |
valid(const entity_type entt) const | entt::basic_registry< Entity, Allocator > | inline |
version_type typedef | entt::basic_registry< Entity, Allocator > | |
view(exclude_t< Exclude... >=exclude_t{}) const | entt::basic_registry< Entity, Allocator > | inline |
view(exclude_t< Exclude... >=exclude_t{}) | entt::basic_registry< Entity, Allocator > | inline |
~basic_registry()=default | entt::basic_registry< Entity, Allocator > | |