|
优先级队列
0.1
数据结构_第7章
|
#include <seqList.h>
Public Member Functions | |
| virtual T & | operator* () |
| virtual const T & | operator* () const |
| virtual iterator & | operator++ () |
| iterator | operator++ (int) |
| virtual iterator & | operator-- () |
| iterator | operator-- (int) |
Public Member Functions inherited from List::seqList< T >::const_iterator | |
| const_iterator () | |
| const_iterator | operator++ (int) |
| const_iterator | operator-- (int) |
| virtual bool | operator== (const const_iterator &rhs) const |
| virtual bool | operator!= (const const_iterator &rhs) const |
Protected Member Functions | |
| iterator (T *p) | |
Protected Member Functions inherited from List::seqList< T >::const_iterator | |
| const_iterator (T *p) | |
Protected Attributes | |
| friend | seqList< T > |
Protected Attributes inherited from List::seqList< T >::const_iterator | |
| T * | current |
| friend | seqList< T > |
|
inlineprotected |
|
inlinevirtual |
Definition at line 75 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inlinevirtual |
Reimplemented from List::seqList< T >::const_iterator.
Definition at line 76 of file seqList.h.
References List::seqList< T >::const_iterator::operator*().
|
inlinevirtual |
Reimplemented from List::seqList< T >::const_iterator.
Definition at line 77 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inline |
Definition at line 83 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inlinevirtual |
Reimplemented from List::seqList< T >::const_iterator.
Definition at line 90 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inline |
Definition at line 96 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
protected |