|
IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
|
#include <ice/hash.hxx>#include <ice/stringid.hxx>#include <ice/types/ncount.hxx>#include <ice/types/nindex.hxx>#include <ice/container/container_logic.hxx>Go to the source code of this file.
Classes | |
| struct | ice::concepts::ContiguousContainerTag |
Namespaces | |
| namespace | ice |
| SPDX-License-Identifier: MIT. | |
| namespace | ice::concepts |
| namespace | ice::container |
Concepts | |
| concept | ice::concepts::ContainerType |
| concept | ice::concepts::AssociativeContainerType |
| concept | ice::concepts::Container |
| concept | ice::concepts::AssociativeContainer |
| concept | ice::concepts::ResizableContainer |
| concept | ice::concepts::AssociativeResizableContainer |
| concept | ice::concepts::ContiguousContainer |
| concept | ice::concepts::ContiguousResizableContainer |
| concept | ice::concepts::TrivialContainerLogic |
| concept | ice::concepts::RegularContainerLogic |
| concept | ice::concepts::HashableKeyType |
| concept | ice::concepts::LinkedListNode |
| concept | ice::concepts::LinkedList |
| concept | ice::concepts::CompatibleContainer |
| concept | ice::concepts::IterableContainer |
| concept | ice::concepts::ReverseIterableContainer |