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

This is the complete list of members for ice::container::AssociativeContainer, 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
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
try_get(this Self &&self, KeyType const &key) noexcept -> ice::container::ValuePtr< Self >ice::container::AssociativeContainerinline