|
优先级队列
0.1
数据结构_第7章
|
#include <seqList.h>
Public Member Functions | |
| const_iterator () | |
| virtual const T & | operator* () const |
| virtual const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| virtual const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| virtual bool | operator== (const const_iterator &rhs) const |
| virtual bool | operator!= (const const_iterator &rhs) const |
Protected Member Functions | |
| const_iterator (T *p) | |
Protected Attributes | |
| T * | current |
| friend | seqList< T > |
|
inline |
|
inlineprotected |
|
inlinevirtual |
Definition at line 62 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inlinevirtual |
Reimplemented in List::seqList< T >::iterator.
Definition at line 37 of file seqList.h.
References List::seqList< T >::const_iterator::current.
Referenced by List::seqList< T >::iterator::operator*().
|
inlinevirtual |
Reimplemented in List::seqList< T >::iterator.
Definition at line 38 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inline |
Definition at line 43 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inlinevirtual |
Reimplemented in List::seqList< T >::iterator.
Definition at line 49 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inline |
Definition at line 54 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inlinevirtual |
Definition at line 61 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
protected |
Definition at line 65 of file seqList.h.
Referenced by List::seqList< T >::const_iterator::operator!=(), List::seqList< T >::const_iterator::operator*(), List::seqList< T >::iterator::operator*(), List::seqList< T >::const_iterator::operator++(), List::seqList< T >::iterator::operator++(), List::seqList< T >::const_iterator::operator--(), List::seqList< T >::iterator::operator--(), and List::seqList< T >::const_iterator::operator==().
|
protected |