This header file is part of module ALib Containers of the ALib C++ Library.
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file list.hpp.
#include "alib/containers/recycler.hpp"
#include "alib/lang/bidilist.hpp"
#include "alib/lang/dbgcriticalsections.hpp"
#include <iterator>
Go to the source code of this file.
Classes | |
class | List< TAllocator, T, TRecycling > |
struct | ListElement< T > |
Extents BidiNodeBase by an value of type T. More... | |
struct | List< TAllocator, T, TRecycling >::TIterator< TConstOrMutableElement > |
Namespaces | |
namespace | alib |
namespace | alib::containers |
namespace | alib::containers::detail |
Detail namespace of module ALib Containers. | |
Typedefs | |
template<typename TAllocator , typename T , Recycling TRecycling = containers::Recycling::Private> | |
using | List = containers::List<TAllocator, T, TRecycling> |
Type alias in namespace alib. | |