|
优先级队列
0.1
数据结构_第7章
|
#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::seqList< T >, List::seqList< value_type >, and List::sLinkList< T >.
|
pure virtual |
Implemented in List::seqList< value_type >, List::seqList< T >, and List::sLinkList< T >.
|
pure virtual |
Implemented in List::seqList< T >, List::seqList< value_type >, and List::sLinkList< T >.
|
pure virtual |
Implemented in List::seqList< T >, List::seqList< value_type >, and List::sLinkList< T >.
|
pure virtual |
Implemented in List::seqList< value_type >, List::seqList< T >, and List::sLinkList< T >.
|
pure virtual |
Implemented in List::seqList< T >, List::seqList< value_type >, and List::sLinkList< T >.