![]() |
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 79 of file IdentifiableContainerMT.h.
|
inline |
|
default |
|
default |
|
default |
|
inlineprotected |
Definition at line 135 of file IdentifiableContainerMT.h.
|
inline |
Definition at line 106 of file IdentifiableContainerMT.h.
|
inline |
hashId of the pointed-to element
Definition at line 128 of file IdentifiableContainerMT.h.
|
inline |
comparison operator
Definition at line 117 of file IdentifiableContainerMT.h.
|
inline |
Definition at line 110 of file IdentifiableContainerMT.h.
|
inline |
increment operator
Definition at line 94 of file IdentifiableContainerMT.h.
|
inline |
increment operator
Definition at line 100 of file IdentifiableContainerMT.h.
|
inline |
Definition at line 114 of file IdentifiableContainerMT.h.
|
default |
|
default |
|
inline |
comparison operator
Definition at line 122 of file IdentifiableContainerMT.h.
|
friend |
Definition at line 128 of file IdentifiableContainerMT.h.
|
protected |
Definition at line 138 of file IdentifiableContainerMT.h.
1.8.18