allocator_type typedef | entt::resource_cache< Type, Loader, Allocator > | |
begin() const noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
begin() noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
cbegin() const noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
cend() const noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
clear() noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
const_iterator typedef | entt::resource_cache< Type, Loader, Allocator > | |
contains(const id_type id) const | entt::resource_cache< Type, Loader, Allocator > | inline |
empty() const noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
end() const noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
end() noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
erase(const_iterator pos) | entt::resource_cache< Type, Loader, Allocator > | inline |
erase(const_iterator first, const_iterator last) | entt::resource_cache< Type, Loader, Allocator > | inline |
erase(const id_type id) | entt::resource_cache< Type, Loader, Allocator > | inline |
force_load(const id_type id, Args &&...args) | entt::resource_cache< Type, Loader, Allocator > | inline |
get_allocator() const noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
iterator typedef | entt::resource_cache< Type, Loader, Allocator > | |
load(const id_type id, Args &&...args) | entt::resource_cache< Type, Loader, Allocator > | inline |
loader() const | entt::resource_cache< Type, Loader, Allocator > | inline |
loader_type typedef | entt::resource_cache< Type, Loader, Allocator > | |
operator=(const resource_cache &)=default | entt::resource_cache< Type, Loader, Allocator > | |
operator=(resource_cache &&) noexcept=default | entt::resource_cache< Type, Loader, Allocator > | |
operator[](const id_type id) const | entt::resource_cache< Type, Loader, Allocator > | inline |
operator[](const id_type id) | entt::resource_cache< Type, Loader, Allocator > | inline |
resource_cache() | entt::resource_cache< Type, Loader, Allocator > | inline |
resource_cache(const allocator_type &allocator) | entt::resource_cache< Type, Loader, Allocator > | inlineexplicit |
resource_cache(const loader_type &callable, const allocator_type &allocator=allocator_type{}) | entt::resource_cache< Type, Loader, Allocator > | inlineexplicit |
resource_cache(const resource_cache &)=default | entt::resource_cache< Type, Loader, Allocator > | |
resource_cache(const resource_cache &other, const allocator_type &allocator) | entt::resource_cache< Type, Loader, Allocator > | inline |
resource_cache(resource_cache &&) noexcept=default | entt::resource_cache< Type, Loader, Allocator > | |
resource_cache(resource_cache &&other, const allocator_type &allocator) | entt::resource_cache< Type, Loader, Allocator > | inline |
size() const noexcept | entt::resource_cache< Type, Loader, Allocator > | inline |
size_type typedef | entt::resource_cache< Type, Loader, Allocator > | |
value_type typedef | entt::resource_cache< Type, Loader, Allocator > | |
~resource_cache()=default | entt::resource_cache< Type, Loader, Allocator > | |