#include <ESGetTokenGeneric.h>
Definition at line 30 of file ESGetTokenGeneric.h.
◆ ESGetTokenGeneric() [1/4]
constexpr edm::ESGetTokenGeneric::ESGetTokenGeneric |
( |
| ) |
|
|
defaultnoexcept |
◆ ESGetTokenGeneric() [2/4]
◆ ESGetTokenGeneric() [3/4]
◆ ESGetTokenGeneric() [4/4]
constexpr edm::ESGetTokenGeneric::ESGetTokenGeneric |
( |
unsigned int |
transitionID, |
|
|
ESTokenIndex |
index, |
|
|
TypeIDBase const & |
recordType |
|
) |
| |
|
inlineexplicitprivatenoexcept |
Definition at line 53 of file ESGetTokenGeneric.h.
References recordType().
constexpr TypeIDBase const & recordType() const noexcept
constexpr unsigned int transitionID() const noexcept
unsigned int m_transitionID
constexpr ESTokenIndex index() const noexcept
◆ hasValidIndex()
constexpr bool edm::ESGetTokenGeneric::hasValidIndex |
( |
| ) |
const |
|
inlinenoexcept |
◆ index()
constexpr ESTokenIndex edm::ESGetTokenGeneric::index |
( |
| ) |
const |
|
inlinenoexcept |
◆ invalidIndex()
static constexpr ESTokenIndex edm::ESGetTokenGeneric::invalidIndex |
( |
| ) |
|
|
inlinestaticnoexcept |
◆ isInitialized()
constexpr bool edm::ESGetTokenGeneric::isInitialized |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ recordType()
constexpr TypeIDBase const& edm::ESGetTokenGeneric::recordType |
( |
| ) |
const |
|
inlinenoexcept |
◆ transitionID()
constexpr unsigned int edm::ESGetTokenGeneric::transitionID |
( |
| ) |
const |
|
inlinenoexcept |
◆ EDConsumerBase
◆ EventSetup
◆ eventsetup::EventSetupRecord
◆ EventSetupImpl
◆ m_index
ESTokenIndex edm::ESGetTokenGeneric::m_index {std::numeric_limits<int>::max()} |
|
private |
◆ m_recordType
TypeIDBase edm::ESGetTokenGeneric::m_recordType {} |
|
private |
◆ m_transitionID
unsigned int edm::ESGetTokenGeneric::m_transitionID {std::numeric_limits<unsigned int>::max()} |
|
private |