#include <vector.hh>
Public Member Functions | |
const_iterator (T *p_) | |
bool | operator!= (const_iterator x) const |
bool | operator== (const_iterator x) const |
const_iterator | operator++ () |
const_iterator | operator++ (int) |
const_iterator | operator-- () |
const_iterator | operator-- (int) |
const T & | operator[] (size_type i) const |
const T & | operator* () const |
const T * | operator-> () const |