|
Zth (libzth)
|
#include <list.h>
Public Member Functions | |
| constexpr | Iterator (elem_type *start, elem_type *current=nullptr) noexcept |
| bool | atBegin () const noexcept |
| bool | atEnd () const noexcept |
| elem_type * | get () const noexcept |
| template<bool C> | |
| bool | operator== (Iterator< C > const &rhs) const noexcept |
| template<bool C> | |
| bool | operator!= (Iterator< C > const &rhs) const noexcept |
| void | next () noexcept |
| void | prev () noexcept |
| Iterator & | operator++ () noexcept |
| Iterator | operator++ (int) noexcept |
| Iterator & | operator-- () noexcept |
| Iterator | operator-- (int) noexcept |
| type & | operator* () const noexcept |
| type * | operator-> () const noexcept |
| user_type const & | user () const noexcept |
| user_type & | user () noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |