ATLAS Offline Software
|
The iterator class. More...
#include <AthenaAttributeListSpecification.h>
Public Member Functions | |
~const_iterator () | |
const_iterator (const const_iterator &rhs) | |
const_iterator & | operator= (const const_iterator &rhs) |
const AthenaAttributeSpecification * | operator-> () const |
const AthenaAttributeSpecification & | operator* () const |
void | operator++ () |
bool | operator== (const const_iterator &rhs) const |
bool | operator!= (const const_iterator &rhs) const |
Private Member Functions | |
const_iterator (std::vector< AthenaAttributeSpecification * >::const_iterator theIterator) | |
Private Attributes | |
std::vector< AthenaAttributeSpecification * >::const_iterator | m_iterator |
Friends | |
class | AthenaAttributeListSpecification |
The iterator class.
Definition at line 93 of file AthenaAttributeListSpecification.h.
|
inline |
Definition at line 96 of file AthenaAttributeListSpecification.h.
|
inline |
Definition at line 176 of file AthenaAttributeListSpecification.h.
|
inlineprivate |
Definition at line 188 of file AthenaAttributeListSpecification.h.
|
inline |
Definition at line 218 of file AthenaAttributeListSpecification.h.
|
inline |
Definition at line 200 of file AthenaAttributeListSpecification.h.
|
inline |
Definition at line 206 of file AthenaAttributeListSpecification.h.
|
inline |
Definition at line 194 of file AthenaAttributeListSpecification.h.
|
inline |
Definition at line 181 of file AthenaAttributeListSpecification.h.
|
inline |
Definition at line 212 of file AthenaAttributeListSpecification.h.
|
friend |
Definition at line 102 of file AthenaAttributeListSpecification.h.
|
private |
Definition at line 113 of file AthenaAttributeListSpecification.h.