栈
0.1
数据结构_第3章
|
#include <List.h>
Classes | |
class | const_iterator |
class | iterator |
Public Member Functions | |
virtual void | clear ()=0 |
virtual int | length () const =0 |
virtual void | insert (int i, const T &obj)=0 |
virtual void | remove (int i)=0 |
virtual int | search (const T &obj) const =0 |
virtual T | visit (int i) const =0 |
virtual | ~List ()=default |
|
virtualdefault |
|
pure virtual |
Implemented in List::sLinkList< T >, and List::seqList< T >.
|
pure virtual |
Implemented in List::sLinkList< T >, and List::seqList< T >.
|
pure virtual |
Implemented in List::sLinkList< T >, and List::seqList< T >.
|
pure virtual |
Implemented in List::sLinkList< T >, and List::seqList< T >.
|
pure virtual |
Implemented in List::sLinkList< T >, and List::seqList< T >.
|
pure virtual |
Implemented in List::sLinkList< T >, and List::seqList< T >.