allocator_type typedef | entt::basic_sparse_set< Entity, Allocator > | |
basic_iterator typedef | entt::basic_sparse_set< Entity, Allocator > | protected |
basic_sparse_set() | entt::basic_sparse_set< Entity, Allocator > | inline |
basic_sparse_set(const allocator_type &allocator) | entt::basic_sparse_set< Entity, Allocator > | inlineexplicit |
basic_sparse_set(deletion_policy pol, const allocator_type &allocator={}) | entt::basic_sparse_set< Entity, Allocator > | inlineexplicit |
basic_sparse_set(const type_info &elem, deletion_policy pol=deletion_policy::swap_and_pop, const allocator_type &allocator={}) | entt::basic_sparse_set< Entity, Allocator > | inlineexplicit |
basic_sparse_set(const basic_sparse_set &)=delete | entt::basic_sparse_set< Entity, Allocator > | |
basic_sparse_set(basic_sparse_set &&other) noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
basic_sparse_set(basic_sparse_set &&other, const allocator_type &allocator) | entt::basic_sparse_set< Entity, Allocator > | inline |
begin() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
bind(Type &&value) noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
bind(Type &&value) noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
bind_any(any) noexcept | entt::basic_sparse_set< Entity, Allocator > | inlineprotectedvirtual |
bump(const entity_type entt) | entt::basic_sparse_set< Entity, Allocator > | inline |
capacity() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inlinevirtual |
cbegin() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
cend() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
clear() | entt::basic_sparse_set< Entity, Allocator > | inline |
compact() | entt::basic_sparse_set< Entity, Allocator > | inline |
const_iterator typedef | entt::basic_sparse_set< Entity, Allocator > | |
const_reverse_iterator typedef | entt::basic_sparse_set< Entity, Allocator > | |
contains(const entity_type entt) const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
contiguous() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
crbegin() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
crend() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
current(const entity_type entt) const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
data() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
empty() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
end() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
entity_type typedef | entt::basic_sparse_set< Entity, Allocator > | |
erase(const entity_type entt) | entt::basic_sparse_set< Entity, Allocator > | inline |
erase(It first, It last) | entt::basic_sparse_set< Entity, Allocator > | inline |
extent() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
find(const entity_type entt) const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
free_list() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
free_list(const size_type value) noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
get_allocator() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
in_place_pop(const basic_iterator it) | entt::basic_sparse_set< Entity, Allocator > | inlineprotected |
index(const entity_type entt) const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
iterator typedef | entt::basic_sparse_set< Entity, Allocator > | |
operator=(const basic_sparse_set &)=delete | entt::basic_sparse_set< Entity, Allocator > | |
operator=(basic_sparse_set &&other) noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
operator[](const size_type pos) const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
pointer typedef | entt::basic_sparse_set< Entity, Allocator > | |
policy() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
pop(basic_iterator first, basic_iterator last) | entt::basic_sparse_set< Entity, Allocator > | inlineprotectedvirtual |
pop_all() | entt::basic_sparse_set< Entity, Allocator > | inlineprotectedvirtual |
push(const entity_type entt, const void *elem=nullptr) | entt::basic_sparse_set< Entity, Allocator > | inline |
push(It first, It last) | entt::basic_sparse_set< Entity, Allocator > | inline |
rbegin() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
remove(const entity_type entt) | entt::basic_sparse_set< Entity, Allocator > | inline |
remove(It first, It last) | entt::basic_sparse_set< Entity, Allocator > | inline |
rend() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
reserve(const size_type cap) | entt::basic_sparse_set< Entity, Allocator > | inlinevirtual |
reverse_iterator typedef | entt::basic_sparse_set< Entity, Allocator > | |
shrink_to_fit() | entt::basic_sparse_set< Entity, Allocator > | inlinevirtual |
size() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
size_type typedef | entt::basic_sparse_set< Entity, Allocator > | |
sort(Compare compare, Sort algo=Sort{}, Args &&...args) | entt::basic_sparse_set< Entity, Allocator > | inline |
sort_as(It first, It last) | entt::basic_sparse_set< Entity, Allocator > | inline |
sort_n(const size_type length, Compare compare, Sort algo=Sort{}, Args &&...args) | entt::basic_sparse_set< Entity, Allocator > | inline |
swap(basic_sparse_set &other) noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
swap_and_pop(const basic_iterator it) | entt::basic_sparse_set< Entity, Allocator > | inlineprotected |
swap_elements(const entity_type lhs, const entity_type rhs) | entt::basic_sparse_set< Entity, Allocator > | inline |
swap_only(const basic_iterator it) | entt::basic_sparse_set< Entity, Allocator > | inlineprotected |
try_emplace(const Entity entt, const bool force_back, const void *=nullptr) | entt::basic_sparse_set< Entity, Allocator > | inlineprotectedvirtual |
type() const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
value(const entity_type entt) const noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
value(const entity_type entt) noexcept | entt::basic_sparse_set< Entity, Allocator > | inline |
version_type typedef | entt::basic_sparse_set< Entity, Allocator > | |
~basic_sparse_set() | entt::basic_sparse_set< Entity, Allocator > | inlinevirtual |