This header file is part of module ALib Monomem of the ALib C++ Library .
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file list.hpp.
#include "alib/monomem/fwds.hpp"
#include "alib/monomem/monoallocator.hpp"
#include "alib/monomem/detail/recycler.inl"
#include "alib/lang/bidilist.hpp"
Go to the source code of this file.
Classes | |
class | List< T, TRecycling > |
struct | ListElement< T > |
struct | ListRecycler< T, TRecycling > |
struct | List< T, TRecycling >::TIterator< TConstOrMutableElement > |
Namespaces | |
namespace | alib |
namespace | alib::monomem |
namespace | alib::monomem::detail |
Typedefs | |
template<typename T , typename TRecycling = monomem::Recycling::Private> | |
using | List = monomem::List<T, TRecycling> |
Type alias in namespace alib. | |