|
Zth (libzth)
|
#include <list.h>
Public Types | |
| typedef ChildClass | type |
Public Member Functions | |
| constexpr | Listable () noexcept |
| constexpr | Listable (Listable const &e) noexcept |
| Listable & | operator= (Listable const &rhs) noexcept |
| Listable (Listable &&l) noexcept | |
| Listable & | operator= (Listable &&l) noexcept |
| type * | listNext () const noexcept |
| type * | listPrev () const noexcept |
Friends | |
| class | List< type > |
| template<typename T_ , typename Compare > | |
| class | SortedList |
| typedef ChildClass zth::Listable< ChildClass >::type |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
friend |
| Listable* zth::Listable< ChildClass >::left |
| Listable* zth::Listable< ChildClass >::next |
| Listable* zth::Listable< ChildClass >::prev |
| Listable* zth::Listable< ChildClass >::right |