ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
list.inl File Reference

Description:

This header-file is part of module ALib Containers of the ALib C++ Framework.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file list.inl.

Go to the source code of this file.

Classes

class  alib::containers::List< T, TAllocator, TRecycling >
struct  alib::containers::detail::ListElement< T >
 Extents BidiNodeBase by an value of type T. More...
struct  alib::containers::List< T, TAllocator, TRecycling >::TIterator< TConstOrMutableElement >

Namespaces

namespace  alib
namespace  alib::containers
namespace  alib::containers::detail
 Detail namespace of module ALib Containers.

Typedefs

template<typename T, Recycling TRecycling = containers::Recycling::Private>
using alib::List = containers::List<T, HeapAllocator, TRecycling>
 Type alias in namespace alib.
template<typename T, Recycling TRecycling = containers::Recycling::Private>
using alib::ListMA = containers::List<T, MonoAllocator, TRecycling>
 Type alias in namespace alib.
template<typename T, Recycling TRecycling = containers::Recycling::Private>
using alib::ListPA = containers::List<T, PoolAllocator, TRecycling>
 Type alias in namespace alib.