#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 35 of file EDGetToken.h.
|
inlinenoexcept |
Definition at line 39 of file EDGetToken.h.
References s_uninitializedValue.
|
inlinenoexcept |
Definition at line 42 of file EDGetToken.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
inlineexplicitprivatenoexcept |
Definition at line 59 of file EDGetToken.h.
|
inlinenoexcept |
Definition at line 50 of file EDGetToken.h.
References m_value.
Referenced by BeautifulSoup.PageElement::_invert(), edm::EDConsumerBase::indexFrom(), edm::EDConsumerBase::labelsForToken(), MuIsoDepositProducer::produce(), edm::EDConsumerBase::throwBadToken(), edm::EDConsumerBase::throwBranchMismatch(), edm::principal_get_adapter_detail::throwOnPrematureRead(), edm::EDConsumerBase::throwTypeMismatch(), and edm::EDConsumerBase::uncheckedIndexFrom().
|
inlinenoexcept |
Definition at line 51 of file EDGetToken.h.
References m_value, and s_uninitializedValue.
Referenced by edm::EDConsumerBase::throwBadToken().
|
defaultnoexcept |
|
defaultnoexcept |
|
friend |
Definition at line 36 of file EDGetToken.h.
|
friend |
Definition at line 55 of file EDGetToken.h.
|
private |
Definition at line 62 of file EDGetToken.h.
Referenced by index(), and isUninitialized().
|
staticprivate |
Definition at line 57 of file EDGetToken.h.
Referenced by EDGetToken(), and isUninitialized().