栈
0.1
数据结构_第3章
|
#include <seqList.h>
Public Member Functions | |
virtual T & | operator* () |
virtual const T & | operator* () const |
virtual iterator & | operator++ () |
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 Attributes | |
friend | seqList< T > |
T * | current |
|
inlineprotected |
|
inlinevirtualinherited |
Definition at line 47 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inlinevirtual |
Definition at line 60 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inlinevirtual |
Reimplemented from List::seqList< T >::const_iterator.
Definition at line 61 of file seqList.h.
References List::seqList< T >::const_iterator::operator*().
|
inlinevirtual |
Reimplemented from List::seqList< T >::const_iterator.
Definition at line 62 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inline |
Definition at line 68 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
inlinevirtualinherited |
Definition at line 46 of file seqList.h.
References List::seqList< T >::const_iterator::current.
|
protectedinherited |
Definition at line 50 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++(), and List::seqList< T >::const_iterator::operator==().
|
protected |