![]() |
![]() |
#include <const_iterator.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef std::vector< int >::const_iterator::iterator_category | iterator_category |
typedef const Candidate * | pointer |
typedef const Candidate & | reference |
typedef const Candidate | value_type |
Public Member Functions | |
const_iterator () | |
const_iterator (pointer ime, difference_type ii) | |
const_iterator (const iterator &it) | |
bool | operator!= (const const_iterator &ci) const |
reference | operator* () const |
const_iterator | operator+ (difference_type n) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator+= (difference_type d) |
difference_type | operator- (const const_iterator &o) const |
const_iterator | operator- (difference_type n) const |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator & | operator-= (difference_type d) |
pointer | operator-> () const |
bool | operator< (const const_iterator &o) |
const_iterator & | operator= (const iterator &it) |
bool | operator== (const const_iterator &ci) const |
Private Attributes | |
difference_type | i |
pointer | me |
Definition at line 14 of file const_iterator.h.
typedef ptrdiff_t reco::candidate::const_iterator::difference_type |
Definition at line 18 of file const_iterator.h.
typedef std::vector<int>::const_iterator::iterator_category reco::candidate::const_iterator::iterator_category |
Definition at line 19 of file const_iterator.h.
typedef const Candidate* reco::candidate::const_iterator::pointer |
Definition at line 16 of file const_iterator.h.
typedef const Candidate& reco::candidate::const_iterator::reference |
Definition at line 17 of file const_iterator.h.
typedef const Candidate reco::candidate::const_iterator::value_type |
Definition at line 15 of file const_iterator.h.
|
inline |
Definition at line 20 of file const_iterator.h.
|
inline |
Definition at line 21 of file const_iterator.h.
|
inline |
Definition at line 22 of file const_iterator.h.
|
inline |
|
inline |
Definition at line 276 of file Candidate.h.
References mps_fire::i.
Referenced by operator!=(), and operator->().
|
inline |
Definition at line 29 of file const_iterator.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 33 of file const_iterator.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 23 of file const_iterator.h.
References reco::candidate::iterator::i, i, reco::candidate::iterator::me, and me.
|
inline |
|
private |
Definition at line 46 of file const_iterator.h.
Referenced by operator!=(), operator+(), operator++(), operator+=(), operator-(), operator--(), operator-=(), operator<(), operator=(), and operator==().
|
private |
Definition at line 45 of file const_iterator.h.
Referenced by operator=().