TrinityCore
|
#include <LinkedList.h>
Public Types | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef _Ty | value_type |
typedef ptrdiff_t | difference_type |
typedef ptrdiff_t | distance_type |
typedef _Ty * | pointer |
typedef _Ty const * | const_pointer |
typedef _Ty & | reference |
typedef _Ty const & | const_reference |
Public Member Functions | |
Iterator () | |
Iterator (pointer _Pnode) | |
Iterator & | operator= (const_pointer const &_Right) |
reference | operator* () |
pointer | operator-> () |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
bool | operator== (Iterator const &_Right) const =default |
Protected Attributes | |
pointer | _Ptr |
Definition at line 149 of file LinkedList.h.
typedef _Ty const* LinkedListHead::Iterator< _Ty >::const_pointer |
Definition at line 157 of file LinkedList.h.
typedef _Ty const& LinkedListHead::Iterator< _Ty >::const_reference |
Definition at line 159 of file LinkedList.h.
typedef ptrdiff_t LinkedListHead::Iterator< _Ty >::difference_type |
Definition at line 154 of file LinkedList.h.
typedef ptrdiff_t LinkedListHead::Iterator< _Ty >::distance_type |
Definition at line 155 of file LinkedList.h.
typedef std::bidirectional_iterator_tag LinkedListHead::Iterator< _Ty >::iterator_category |
Definition at line 152 of file LinkedList.h.
typedef _Ty* LinkedListHead::Iterator< _Ty >::pointer |
Definition at line 156 of file LinkedList.h.
typedef _Ty& LinkedListHead::Iterator< _Ty >::reference |
Definition at line 158 of file LinkedList.h.
typedef _Ty LinkedListHead::Iterator< _Ty >::value_type |
Definition at line 153 of file LinkedList.h.
|
inline |
Definition at line 161 of file LinkedList.h.
|
inlineexplicit |
Definition at line 165 of file LinkedList.h.
|
inline |
Definition at line 175 of file LinkedList.h.
|
inline |
Definition at line 185 of file LinkedList.h.
|
inline |
Definition at line 191 of file LinkedList.h.
|
inline |
Definition at line 198 of file LinkedList.h.
|
inline |
Definition at line 204 of file LinkedList.h.
|
inline |
Definition at line 180 of file LinkedList.h.
|
inline |
Definition at line 169 of file LinkedList.h.
|
default |
|
protected |
Definition at line 215 of file LinkedList.h.