file
Containers.hForward declarations for the Corrade::
Contents
- Reference
Namespaces
- namespace Corrade
- Root namespace.
- namespace Corrade::Containers
- Container implementations.
Classes
-
template<class T, class D = void(*)(T*, std::class Corrade::Containers::Array
size_t)> - Array wrapper with size information.
-
template<class T>class Corrade::Containers::ArrayView
- Array view with size information.
-
template<std::class Corrade::Containers::StaticArrayView
size_t size_, class T> - Fixed-size array view.
-
template<std::class Corrade::Containers::StaticArray
size_t size_, class T> - Static array wrapper.
-
template<class T, typename std::class Corrade::Containers::EnumSet
underlying_type<T>::type fullValue = typename std:: underlying_type<T>::type(~0)> - Set of enum values.
-
template<class T>class Corrade::Containers::LinkedList
- Linked list.
-
template<class Derived, class List = LinkedList<Derived>>class Corrade::Containers::LinkedListItem
- Item of LinkedList.
-
template<class T>class Corrade::Containers::Optional
- Optional value.