数据结构实验5
|
#include <deque.h>
Public Member Functions | |
iterator () | |
T & | operator* () |
iterator & | operator++ () |
iterator | operator++ (int) |
Public Member Functions inherited from my::deque< T >::const_iterator | |
const_iterator () | |
const T & | operator* () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const const_iterator &rhs) const |
bool | operator!= (const const_iterator &rhs) const |
Protected Member Functions | |
iterator (Node *p) | |
Protected Member Functions inherited from my::deque< T >::const_iterator | |
T & | retrieve () const |
const_iterator (Node *p) | |
Friends | |
class | deque< T > |
Additional Inherited Members | |
Protected Attributes inherited from my::deque< T >::const_iterator | |
Node * | current |
|
inline |
|
inline |
|
friend |