#include <EDGetToken.h>
Public Member Functions | |
constexpr | EDGetToken () noexcept |
template<typename T > | |
constexpr | EDGetToken (EDGetTokenT< T > iOther) noexcept |
constexpr | EDGetToken (const EDGetToken &) noexcept=default |
constexpr | EDGetToken (EDGetToken &&) noexcept=default |
constexpr unsigned int | index () const noexcept |
constexpr bool | isUninitialized () const noexcept |
constexpr EDGetToken & | operator= (const EDGetToken &) noexcept=default |
constexpr EDGetToken & | operator= (EDGetToken &&) noexcept=default |
Private Member Functions | |
constexpr | EDGetToken (unsigned int iValue) noexcept |
Private Attributes | |
unsigned int | m_value |
Static Private Attributes | |
static const unsigned int | s_uninitializedValue = 0xFFFFFFFF |
Friends | |
class | EDConsumerBase |
class | TestEDGetToken |
Definition at line 39 of file EDGetToken.h.
|
inlinenoexcept |
Definition at line 43 of file EDGetToken.h.
References s_uninitializedValue.
|
inlinenoexcept |
Definition at line 46 of file EDGetToken.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
inlineexplicitprivatenoexcept |
Definition at line 63 of file EDGetToken.h.
|
inlinenoexcept |
Definition at line 54 of file EDGetToken.h.
References m_value.
Referenced by fwlite::Event::getByTokenImp(), edm::EDConsumerBase::indexFrom(), edm::EDConsumerBase::labelsForToken(), MuIsoDepositProducer::produce(), edm::EDConsumerBase::throwBadToken(), edm::EDConsumerBase::throwBranchMismatch(), edm::EDConsumerBase::throwTypeMismatch(), and edm::EDConsumerBase::uncheckedIndexFrom().
|
inlinenoexcept |
Definition at line 55 of file EDGetToken.h.
References m_value, and s_uninitializedValue.
Referenced by TableCollection::hasMainTable(), and edm::EDConsumerBase::throwBadToken().
|
defaultnoexcept |
|
defaultnoexcept |
|
friend |
Definition at line 40 of file EDGetToken.h.
|
friend |
Definition at line 59 of file EDGetToken.h.
|
private |
Definition at line 66 of file EDGetToken.h.
Referenced by index(), and isUninitialized().
|
staticprivate |
Definition at line 61 of file EDGetToken.h.
Referenced by EDGetToken(), and isUninitialized().