#include <ESIndices.h>
Public Types | |
using | Value_t = int |
Public Member Functions | |
constexpr | ESProxyIndex () noexcept=default |
constexpr | ESProxyIndex (Value_t iValue) noexcept |
constexpr | ESProxyIndex (ESProxyIndex const &) noexcept=default |
constexpr | ESProxyIndex (ESProxyIndex &&) noexcept=default |
constexpr bool | operator!= (ESProxyIndex iOther) const noexcept |
constexpr ESProxyIndex & | operator= (ESProxyIndex const &) noexcept=default |
constexpr ESProxyIndex & | operator= (ESProxyIndex &&) noexcept=default |
constexpr bool | operator== (ESProxyIndex iOther) const noexcept |
constexpr Value_t | value () const noexcept |
Private Attributes | |
Value_t | index_ = std::numeric_limits<int>::max() |
Definition at line 29 of file ESIndices.h.
using edm::ESProxyIndex::Value_t = int |
Definition at line 31 of file ESIndices.h.
|
defaultnoexcept |
Referenced by ESProxyIndex().
Definition at line 33 of file ESIndices.h.
References constexpr, ESProxyIndex(), noexcept, and operator=().
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
Referenced by ESProxyIndex(), edm::ESRecordIndex::ESRecordIndex(), and edm::ESTokenIndex::ESTokenIndex().
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 43 of file ESIndices.h.
References index_.
Referenced by average.Average::average(), edm::eventsetup::EventSetupRecordImpl::getImplementation(), edm::operator<<(), and edm::eventsetup::EventSetupRecordImpl::transientReset().
Definition at line 46 of file ESIndices.h.
Referenced by operator!=(), edm::ESTokenIndex::operator!=(), edm::ESRecordIndex::operator!=(), operator==(), edm::ESTokenIndex::operator==(), edm::ESRecordIndex::operator==(), value(), edm::ESTokenIndex::value(), and edm::ESRecordIndex::value().