|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <LinkedList.h>
Public Types | |
| typedef _Ty const * | const_pointer |
| typedef _Ty const & | const_reference |
| typedef ptrdiff_t | difference_type |
| typedef ptrdiff_t | distance_type |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef _Ty * | pointer |
| typedef _Ty & | reference |
| typedef _Ty | value_type |
Public Member Functions | |
| pointer | _Mynode () |
| Iterator () | |
| Iterator (pointer _Pnode) | |
| bool | operator!= (const_reference _Right) const |
| bool | operator!= (Iterator const &_Right) const |
| bool | operator!= (pointer const &_Right) const |
| reference | operator* () |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| Iterator & | operator-- () |
| Iterator | operator-- (int) |
| pointer | operator-> () |
| Iterator & | operator= (const_pointer const &_Right) |
| Iterator & | operator= (Iterator const &_Right) |
| bool | operator== (const_reference _Right) const |
| bool | operator== (Iterator const &_Right) const |
| bool | operator== (pointer const &_Right) const |
Protected Attributes | |
| pointer | _Ptr |
Definition at line 125 of file LinkedList.h.
| typedef _Ty const* LinkedListHead::Iterator< _Ty >::const_pointer |
Definition at line 133 of file LinkedList.h.
| typedef _Ty const& LinkedListHead::Iterator< _Ty >::const_reference |
Definition at line 135 of file LinkedList.h.
| typedef ptrdiff_t LinkedListHead::Iterator< _Ty >::difference_type |
Definition at line 130 of file LinkedList.h.
| typedef ptrdiff_t LinkedListHead::Iterator< _Ty >::distance_type |
Definition at line 131 of file LinkedList.h.
| typedef std::bidirectional_iterator_tag LinkedListHead::Iterator< _Ty >::iterator_category |
Definition at line 128 of file LinkedList.h.
| typedef _Ty* LinkedListHead::Iterator< _Ty >::pointer |
Definition at line 132 of file LinkedList.h.
| typedef _Ty& LinkedListHead::Iterator< _Ty >::reference |
Definition at line 134 of file LinkedList.h.
| typedef _Ty LinkedListHead::Iterator< _Ty >::value_type |
Definition at line 129 of file LinkedList.h.
|
inline |
Definition at line 137 of file LinkedList.h.
|
inline |
Definition at line 141 of file LinkedList.h.
|
inline |
Definition at line 223 of file LinkedList.h.
|
inline |
Definition at line 218 of file LinkedList.h.
|
inline |
Definition at line 198 of file LinkedList.h.
|
inline |
Definition at line 208 of file LinkedList.h.
|
inline |
Definition at line 157 of file LinkedList.h.
|
inline |
Definition at line 167 of file LinkedList.h.
|
inline |
Definition at line 173 of file LinkedList.h.
|
inline |
Definition at line 180 of file LinkedList.h.
|
inline |
Definition at line 186 of file LinkedList.h.
|
inline |
Definition at line 162 of file LinkedList.h.
|
inline |
Definition at line 151 of file LinkedList.h.
|
inline |
Definition at line 145 of file LinkedList.h.
|
inline |
Definition at line 213 of file LinkedList.h.
|
inline |
Definition at line 193 of file LinkedList.h.
|
inline |
Definition at line 203 of file LinkedList.h.
|
protected |
Definition at line 229 of file LinkedList.h.
Referenced by LinkedListHead::Iterator< GridReference< OBJECT > >::operator=(), and LinkedListHead::Iterator< GridReference< OBJECT > >::operator==().