|
优先级队列
0.1
数据结构_第7章
|
#include <sLinkList.h>
Public Member Functions | |
| iterator ()=default | |
| virtual T & | operator* () |
| virtual const T & | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
Public Member Functions inherited from List::sLinkList< T >::const_iterator | |
| const_iterator () | |
| const_iterator | operator++ (int) |
| virtual bool | operator== (const const_iterator &rhs) const |
| virtual bool | operator!= (const const_iterator &rhs) const |
| bool | isEnd () const |
Protected Member Functions | |
| iterator (node *p) | |
Protected Member Functions inherited from List::sLinkList< T >::const_iterator | |
| const_iterator (node *p) | |
Protected Attributes | |
| friend | sLinkList< T > |
Protected Attributes inherited from List::sLinkList< T >::const_iterator | |
| node * | current |
| friend | sLinkList< T > |
Definition at line 70 of file sLinkList.h.
|
default |
|
inlineprotected |
Definition at line 94 of file sLinkList.h.
|
inlinevirtual |
Definition at line 75 of file sLinkList.h.
References List::sLinkList< T >::const_iterator::current, and List::sLinkList< T >::node::data.
|
inlinevirtual |
Reimplemented from List::sLinkList< T >::const_iterator.
Definition at line 76 of file sLinkList.h.
References List::sLinkList< T >::const_iterator::current, and List::sLinkList< T >::node::data.
|
inlinevirtual |
Reimplemented from List::sLinkList< T >::const_iterator.
Definition at line 77 of file sLinkList.h.
References List::sLinkList< T >::const_iterator::current, and List::sLinkList< T >::node::next.
|
inline |
Definition at line 84 of file sLinkList.h.
References List::sLinkList< T >::const_iterator::current, and List::sLinkList< T >::node::next.
|
protected |
Definition at line 95 of file sLinkList.h.