Member
|
Where defined
|
Description
|
iterator_category
|
|
|
value_type
|
|
|
difference_type
|
|
|
reference
|
|
|
pointer
|
|
|
const_sparse_iterator ()
|
|
|
const_sparse_iterator (const const_sparse_iterator& x)
|
|
|
const_sparse_iterator (const Iterator& iter_, int p = 0)
|
|
|
const_sparse_iterator (const Iterator& start, const Iterator& finish)
|
|
|
template <class Iter>
const_sparse_iterator (const sparse_iterator<Iter,T>& si)
|
|
|
operator
Iterator () const
|
|
|
int
index () const
|
|
|
bool
operator!= (const self& x) const
|
|
|
bool
operator< (const self& x) const
|
|
|
reference
operator* () const
|
|
|
int
operator- (const self& x) const
|
|
|
self&
operator ()
|
|
|
self
operator (int)
|
|
|
self&
operator-- ()
|
|
|
self&
operator+= (int n)
|
|
|
self&
operator-= (int n)
|
|
|
Iterator
base () const
|
|
|
self
operator+ (int n) const
|
|
|
self
operator- (int n) const
|
|
|
Iterator
iter
|
|
|
int
pos
|
|
|