Go to the documentation of this file. 1 #ifndef Candidate_const_iterator_h
2 #define Candidate_const_iterator_h
const typedef Candidate value_type
pointer operator->() const
ptrdiff_t difference_type
const_iterator(const iterator &it)
const_iterator operator++(int)
const_iterator & operator=(const iterator &it)
const_iterator & operator+=(difference_type d)
const_iterator(pointer ime, difference_type ii)
const_iterator & operator-=(difference_type d)
const typedef Candidate & reference
bool operator<(const const_iterator &o)
bool operator==(const const_iterator &ci) const
const_iterator & operator--()
bool operator!=(const const_iterator &ci) const
const typedef Candidate * pointer
const_iterator operator-(difference_type n) const
reference operator*() const
std::vector< int >::const_iterator::iterator_category iterator_category
const_iterator operator--(int)
const_iterator & operator++()
difference_type operator-(const const_iterator &o) const
const_iterator operator+(difference_type n) const