ATLAS Offline Software
|
#include <IdentifiableContainerMT.h>
Public Member Functions | |
const_iterator () | |
iterator constructor More... | |
const_iterator (const_iterator &&)=default | |
const_iterator (const const_iterator &)=default | |
const_iterator & | operator= (const const_iterator &)=default |
const_iterator & | operator= (const_iterator &&)=default |
~const_iterator ()=default | |
const_iterator & | operator++ () |
increment operator More... | |
const_iterator | operator++ (int) |
increment operator More... | |
const T * | cptr () const |
const T * | operator* () const |
const T * | operator-> () const |
bool | operator!= (const const_iterator &it) const |
comparison operator More... | |
bool | operator== (const const_iterator &it) const |
comparison operator More... | |
IdentifierHash | hashId () const |
hashId of the pointed-to element More... | |
Protected Member Functions | |
const_iterator (EventContainers::I_InternalIDC::InternalConstItr itr) | |
Protected Attributes | |
EventContainers::I_InternalIDC::InternalConstItr | m_itr |
Friends | |
class | IdentifiableContainerMT< T > |
Definition at line 81 of file IdentifiableContainerMT.h.
|
inline |
|
default |
|
default |
|
default |
|
inlineprotected |
Definition at line 137 of file IdentifiableContainerMT.h.
|
inline |
Definition at line 108 of file IdentifiableContainerMT.h.
|
inline |
hashId of the pointed-to element
Definition at line 130 of file IdentifiableContainerMT.h.
|
inline |
comparison operator
Definition at line 119 of file IdentifiableContainerMT.h.
|
inline |
Definition at line 112 of file IdentifiableContainerMT.h.
|
inline |
increment operator
Definition at line 96 of file IdentifiableContainerMT.h.
|
inline |
increment operator
Definition at line 102 of file IdentifiableContainerMT.h.
|
inline |
Definition at line 116 of file IdentifiableContainerMT.h.
|
default |
|
default |
|
inline |
comparison operator
Definition at line 124 of file IdentifiableContainerMT.h.
|
friend |
Definition at line 130 of file IdentifiableContainerMT.h.
|
protected |
Definition at line 140 of file IdentifiableContainerMT.h.