#include <ESIndices.h>
Public Types | |
using | Value_t = int |
Public Member Functions | |
constexpr | ESTokenIndex () noexcept=default |
constexpr | ESTokenIndex (Value_t iValue) noexcept |
constexpr | ESTokenIndex (ESTokenIndex const &) noexcept=default |
constexpr | ESTokenIndex (ESTokenIndex &&) noexcept=default |
constexpr bool | operator!= (ESTokenIndex iOther) const noexcept |
constexpr ESTokenIndex & | operator= (ESTokenIndex const &) noexcept=default |
constexpr ESTokenIndex & | operator= (ESTokenIndex &&) noexcept=default |
constexpr bool | operator== (ESTokenIndex iOther) const noexcept |
constexpr Value_t | value () const noexcept |
Private Attributes | |
Value_t | index_ = std::numeric_limits<Value_t>::max() |
Definition at line 55 of file ESIndices.h.
using edm::ESTokenIndex::Value_t = int |
Definition at line 57 of file ESIndices.h.
|
defaultnoexcept |
|
inlineexplicitnoexcept |
Definition at line 60 of file ESIndices.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 70 of file ESIndices.h.
References index_.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Types.string::configValue(), Types.FileInPath::configValue(), edm::eventsetup::EventSetupRecord::doGet(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), edm::EDConsumerBase::labelFor(), and edm::operator<<().
Definition at line 73 of file ESIndices.h.
Referenced by operator!=(), operator==(), and value().