#include <OwnArray.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef base::iterator::iterator_category | iterator_category |
typedef T * | pointer |
typedef T & | reference |
typedef T | value_type |
Public Member Functions | |
iterator (pointer *it) | |
iterator () | |
bool | operator!= (iterator const &ci) const |
T & | operator* () const |
iterator | operator+ (difference_type n) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator+= (difference_type d) |
difference_type | operator- (iterator const &o) const |
iterator | operator- (difference_type n) const |
iterator & | operator-- () |
iterator | operator-- (int) |
iterator & | operator-= (difference_type d) |
T * | operator-> () const |
bool | operator< (iterator const &o) const |
bool | operator== (iterator const &ci) const |
reference | operator[] (difference_type d) const |
Private Attributes | |
pointer * | i |
Friends | |
class | const_iterator |
class | OwnArray< T, MAX_SIZE, P > |
Definition at line 66 of file OwnArray.h.
typedef ptrdiff_t edm::OwnArray< T, MAX_SIZE, P >::iterator::difference_type |
Definition at line 71 of file OwnArray.h.
typedef base::iterator::iterator_category edm::OwnArray< T, MAX_SIZE, P >::iterator::iterator_category |
Definition at line 72 of file OwnArray.h.
typedef T* edm::OwnArray< T, MAX_SIZE, P >::iterator::pointer |
Definition at line 69 of file OwnArray.h.
typedef T& edm::OwnArray< T, MAX_SIZE, P >::iterator::reference |
Definition at line 70 of file OwnArray.h.
typedef T edm::OwnArray< T, MAX_SIZE, P >::iterator::value_type |
Definition at line 68 of file OwnArray.h.
|
inline |
Definition at line 73 of file OwnArray.h.
|
inline |
Definition at line 74 of file OwnArray.h.
|
inline |
Definition at line 84 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i, and edm::OwnArray< T, MAX_SIZE, P >::iterator::i.
|
inline |
Definition at line 85 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
inline |
Definition at line 80 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
inline |
Definition at line 75 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
inline |
Definition at line 76 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
inline |
Definition at line 89 of file OwnArray.h.
References edmIntegrityCheck::d, and edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
inline |
Definition at line 79 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i, and edm::OwnArray< T, MAX_SIZE, P >::iterator::i.
|
inline |
Definition at line 81 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
inline |
Definition at line 77 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
inline |
Definition at line 78 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
inline |
Definition at line 90 of file OwnArray.h.
References edmIntegrityCheck::d, and edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
inline |
Definition at line 88 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::operator*().
|
inline |
Definition at line 82 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i, and edm::OwnArray< T, MAX_SIZE, P >::iterator::i.
|
inline |
Definition at line 83 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i, and edm::OwnArray< T, MAX_SIZE, P >::iterator::i.
|
inline |
Definition at line 91 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::const_iterator::i.
|
friend |
Definition at line 94 of file OwnArray.h.
|
friend |
Definition at line 95 of file OwnArray.h.
|
private |
Definition at line 93 of file OwnArray.h.
Referenced by edm::OwnArray< T, MAX_SIZE, P >::erase(), edm::OwnArray< T, MAX_SIZE, P >::iterator::operator!=(), edm::OwnArray< T, MAX_SIZE, P >::iterator::operator-(), edm::OwnArray< T, MAX_SIZE, P >::iterator::operator<(), and edm::OwnArray< T, MAX_SIZE, P >::iterator::operator==().