#include "AthLinks/tools/ElementLinkTraits.h"
#include "AthLinks/DataLink.h"
#include "AthenaKernel/IProxyDict.h"
#include "GaudiKernel/EventContext.h"
#include <utility>
#include "AthLinks/ElementLink.icc"
Go to the source code of this file.
|
template<typename STORABLE > |
bool | operator< (const ElementLink< STORABLE > &lhs, const ElementLink< STORABLE > &rhs) |
| Ordering relation for ElementLink (less-than) More...
|
|
template<typename STORABLE > |
bool | operator> (const ElementLink< STORABLE > &lhs, const ElementLink< STORABLE > &rhs) |
| Ordering relation for ElementLink (greater-than) More...
|
|
template<typename STORABLE > |
bool | operator== (const ElementLink< STORABLE > &lhs, const ElementLink< STORABLE > &rhs) |
| Equality relation for ElementLink . More...
|
|
template<typename STORABLE > |
bool | operator!= (const ElementLink< STORABLE > &lhs, const ElementLink< STORABLE > &rhs) |
| Inequality relation for ElementLink . More...
|
|
bool | SG_detail::checkForRemap (IProxyDict *sg, SG::sgkey_t sgkey_in, size_t index_in, SG::sgkey_t &sgkey_out, size_t &index_out) |
| See if an EL is being remapped. More...
|
|
template<class T > |
bool | SG_detail::checkForRemap (IProxyDict *sg, SG::sgkey_t sgkey_in, const T &, SG::sgkey_t &sgkey_out, T &) |
| See if an EL is being remapped. More...
|
|
◆ operator!=()
template<typename STORABLE >
Inequality relation for ElementLink
.
- Parameters
-
lhs | Left-hand-side EL. |
rhs | Right-hand-side EL. |
◆ operator<()
template<typename STORABLE >
Ordering relation for ElementLink
(less-than)
- Parameters
-
lhs | Left-hand-side EL. |
rhs | Right-hand-side EL. |
◆ operator==()
template<typename STORABLE >
Equality relation for ElementLink
.
- Parameters
-
lhs | Left-hand-side EL. |
rhs | Right-hand-side EL. |
◆ operator>()
template<typename STORABLE >
Ordering relation for ElementLink
(greater-than)
- Parameters
-
lhs | Left-hand-side EL. |
rhs | Right-hand-side EL. |