IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::container::AssociativeResizableContainer Member List

This is the complete list of members for ice::container::AssociativeResizableContainer, including all inherited members.

get(this Self const &self, KeyType const &key, InValueType const &fallback_value) noexcept -> ice::container::ValueRef< Self const >ice::container::AssociativeContainerinline
get_or_set(this Self &&self, KeyType const &key, InValueType &&in_value) noexcept -> ice::container::ValueRef< Self >ice::container::AssociativeResizableContainerinline
has(this Self const &self, KeyType const &key) noexceptice::container::AssociativeContainerinline
is_empty(this Self const &self) noexceptice::container::BasicContainerinline
missing(this Self const &self, KeyType const &key) noexceptice::container::AssociativeContainerinline
not_empty(this Self const &self) noexceptice::container::BasicContainerinline
remove(this Self &&self, KeyType const &key) noexceptice::container::AssociativeResizableContainerinline
set(this Self &self, KeyType const &key, InValueType &&in_value) noexcept -> ice::container::ValueRef< Self >ice::container::AssociativeResizableContainerinline
set_if_missing(this Self &self, KeyType const &key, InValueType &&in_value) noexceptice::container::AssociativeResizableContainerinline
try_get(this Self &&self, KeyType const &key) noexcept -> ice::container::ValuePtr< Self >ice::container::AssociativeContainerinline