CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Friends
edm::ESGetToken< ESProduct, ESRecord > Class Template Reference

#include <EventSetup.h>

Public Member Functions

constexpr ESGetToken () noexcept=default
 
constexpr ESGetToken (ESGetToken< ESProduct, ESRecord > const &) noexcept=default
 
constexpr ESGetToken (ESGetToken< ESProduct, ESRecord > &&) noexcept=default
 
template<typename ADAPTER >
constexpr ESGetToken (ADAPTER &&iAdapter)
 
constexpr ESGetToken (ESGetToken< ESProduct, ESRecord > &iOther)
 
constexpr ESGetToken (ESGetToken< ESProduct, ESRecord > const &&iOther)
 
constexpr bool hasValidIndex () const noexcept
 
constexpr ESTokenIndex index () const noexcept
 
constexpr bool isInitialized () const noexcept
 
constexpr ESGetToken< ESProduct, ESRecord > & operator= (ESGetToken< ESProduct, ESRecord > &&) noexcept=default
 
constexpr ESGetToken< ESProduct, ESRecord > & operator= (ESGetToken< ESProduct, ESRecord > const &) noexcept=default
 
template<typename ADAPTER >
constexpr ESGetToken< ESProduct, ESRecord > & operator= (ADAPTER &&iAdapter)
 
constexpr ESGetToken< ESProduct, ESRecord > & operator= (ESGetToken< ESProduct, ESRecord > &iOther) noexcept
 
constexpr ESGetToken< ESProduct, ESRecord > & operator= (ESGetToken< ESProduct, ESRecord > const &&iOther) noexcept
 
constexpr unsigned int transitionID () const noexcept
 

Static Public Member Functions

static constexpr ESTokenIndex invalidIndex () noexcept
 

Private Member Functions

constexpr ESGetToken (unsigned int transitionID, ESTokenIndex index, char const *label) noexcept
 
constexpr char const * name () const noexcept
 

Private Attributes

ESTokenIndex m_index {std::numeric_limits<int>::max()}
 
char const * m_label {nullptr}
 
unsigned int m_transitionID {std::numeric_limits<unsigned int>::max()}
 

Friends

class EDConsumerBase
 
class ESConsumesCollector
 
class ESProducer
 
class EventSetup
 
class eventsetup::EventSetupRecord
 
class EventSetupImpl
 

Detailed Description

template<typename ESProduct, typename ESRecord>
class edm::ESGetToken< ESProduct, ESRecord >

Definition at line 46 of file EventSetup.h.

Constructor & Destructor Documentation

◆ ESGetToken() [1/7]

template<typename ESProduct, typename ESRecord>
constexpr edm::ESGetToken< ESProduct, ESRecord >::ESGetToken ( )
defaultnoexcept

◆ ESGetToken() [2/7]

template<typename ESProduct, typename ESRecord>
constexpr edm::ESGetToken< ESProduct, ESRecord >::ESGetToken ( ESGetToken< ESProduct, ESRecord > const &  )
defaultnoexcept

◆ ESGetToken() [3/7]

template<typename ESProduct, typename ESRecord>
constexpr edm::ESGetToken< ESProduct, ESRecord >::ESGetToken ( ESGetToken< ESProduct, ESRecord > &&  )
defaultnoexcept

◆ ESGetToken() [4/7]

template<typename ESProduct, typename ESRecord>
template<typename ADAPTER >
constexpr edm::ESGetToken< ESProduct, ESRecord >::ESGetToken ( ADAPTER &&  iAdapter)
inlineexplicit

Definition at line 52 of file ESGetToken.h.

52 : ESGetToken(iAdapter.template consumes<ESProduct, ESRecord>()) {}
constexpr ESGetToken() noexcept=default

◆ ESGetToken() [5/7]

template<typename ESProduct, typename ESRecord>
constexpr edm::ESGetToken< ESProduct, ESRecord >::ESGetToken ( ESGetToken< ESProduct, ESRecord > &  iOther)
inline

Definition at line 61 of file ESGetToken.h.

62  : ESGetToken(const_cast<const ESGetToken<ESProduct, ESRecord>&>(iOther)) {}
constexpr ESGetToken() noexcept=default

◆ ESGetToken() [6/7]

template<typename ESProduct, typename ESRecord>
constexpr edm::ESGetToken< ESProduct, ESRecord >::ESGetToken ( ESGetToken< ESProduct, ESRecord > const &&  iOther)
inline

Definition at line 66 of file ESGetToken.h.

66 : ESGetToken(iOther) {}
constexpr ESGetToken() noexcept=default

◆ ESGetToken() [7/7]

template<typename ESProduct, typename ESRecord>
constexpr edm::ESGetToken< ESProduct, ESRecord >::ESGetToken ( unsigned int  transitionID,
ESTokenIndex  index,
char const *  label 
)
inlineexplicitprivatenoexcept

Definition at line 78 of file ESGetToken.h.

ESTokenIndex m_index
Definition: ESGetToken.h:84
char const * label
constexpr unsigned int transitionID() const noexcept
Definition: ESGetToken.h:71
unsigned int m_transitionID
Definition: ESGetToken.h:83
char const * m_label
Definition: ESGetToken.h:82
constexpr ESTokenIndex index() const noexcept
Definition: ESGetToken.h:73

Member Function Documentation

◆ hasValidIndex()

template<typename ESProduct, typename ESRecord>
constexpr bool edm::ESGetToken< ESProduct, ESRecord >::hasValidIndex ( ) const
inlinenoexcept

Definition at line 74 of file ESGetToken.h.

Referenced by edm::eventsetup::EventSetupRecord::getHandleImpl().

74 { return index() != invalidIndex(); }
static constexpr ESTokenIndex invalidIndex() noexcept
Definition: ESGetToken.h:75
constexpr ESTokenIndex index() const noexcept
Definition: ESGetToken.h:73

◆ index()

template<typename ESProduct, typename ESRecord>
constexpr ESTokenIndex edm::ESGetToken< ESProduct, ESRecord >::index ( ) const
inlinenoexcept

◆ invalidIndex()

template<typename ESProduct, typename ESRecord>
static constexpr ESTokenIndex edm::ESGetToken< ESProduct, ESRecord >::invalidIndex ( )
inlinestaticnoexcept

◆ isInitialized()

template<typename ESProduct, typename ESRecord>
constexpr bool edm::ESGetToken< ESProduct, ESRecord >::isInitialized ( ) const
inlinenoexcept

◆ name()

template<typename ESProduct, typename ESRecord>
constexpr char const* edm::ESGetToken< ESProduct, ESRecord >::name ( void  ) const
inlineprivatenoexcept

◆ operator=() [1/5]

template<typename ESProduct, typename ESRecord>
constexpr ESGetToken<ESProduct, ESRecord>& edm::ESGetToken< ESProduct, ESRecord >::operator= ( ESGetToken< ESProduct, ESRecord > &&  )
defaultnoexcept

◆ operator=() [2/5]

template<typename ESProduct, typename ESRecord>
constexpr ESGetToken<ESProduct, ESRecord>& edm::ESGetToken< ESProduct, ESRecord >::operator= ( ESGetToken< ESProduct, ESRecord > const &  )
defaultnoexcept

◆ operator=() [3/5]

template<typename ESProduct, typename ESRecord>
template<typename ADAPTER >
constexpr ESGetToken<ESProduct, ESRecord>& edm::ESGetToken< ESProduct, ESRecord >::operator= ( ADAPTER &&  iAdapter)
inline

Definition at line 55 of file ESGetToken.h.

55  {
56  ESGetToken<ESProduct, ESRecord> temp(std::forward<ADAPTER>(iAdapter));
57  return (*this = std::move(temp));
58  }
def move(src, dest)
Definition: eostools.py:511

◆ operator=() [4/5]

template<typename ESProduct, typename ESRecord>
constexpr ESGetToken<ESProduct, ESRecord>& edm::ESGetToken< ESProduct, ESRecord >::operator= ( ESGetToken< ESProduct, ESRecord > &  iOther)
inlinenoexcept

Definition at line 63 of file ESGetToken.h.

63  {
64  return (*this = const_cast<ESGetToken<ESProduct, ESRecord> const&>(iOther));
65  }

◆ operator=() [5/5]

template<typename ESProduct, typename ESRecord>
constexpr ESGetToken<ESProduct, ESRecord>& edm::ESGetToken< ESProduct, ESRecord >::operator= ( ESGetToken< ESProduct, ESRecord > const &&  iOther)
inlinenoexcept

Definition at line 67 of file ESGetToken.h.

67  {
68  return (*this = iOther);
69  }

◆ transitionID()

template<typename ESProduct, typename ESRecord>
constexpr unsigned int edm::ESGetToken< ESProduct, ESRecord >::transitionID ( ) const
inlinenoexcept

Friends And Related Function Documentation

◆ EDConsumerBase

template<typename ESProduct, typename ESRecord>
friend class EDConsumerBase
friend

Definition at line 35 of file ESGetToken.h.

◆ ESConsumesCollector

template<typename ESProduct, typename ESRecord>
friend class ESConsumesCollector
friend

Definition at line 37 of file ESGetToken.h.

◆ ESProducer

template<typename ESProduct, typename ESRecord>
friend class ESProducer
friend

Definition at line 36 of file ESGetToken.h.

◆ EventSetup

template<typename ESProduct, typename ESRecord>
friend class EventSetup
friend

Definition at line 38 of file ESGetToken.h.

◆ eventsetup::EventSetupRecord

template<typename ESProduct, typename ESRecord>
friend class eventsetup::EventSetupRecord
friend

Definition at line 40 of file ESGetToken.h.

◆ EventSetupImpl

template<typename ESProduct, typename ESRecord>
friend class EventSetupImpl
friend

Definition at line 39 of file ESGetToken.h.

Member Data Documentation

◆ m_index

template<typename ESProduct, typename ESRecord>
ESTokenIndex edm::ESGetToken< ESProduct, ESRecord >::m_index {std::numeric_limits<int>::max()}
private

◆ m_label

template<typename ESProduct, typename ESRecord>
char const* edm::ESGetToken< ESProduct, ESRecord >::m_label {nullptr}
private

◆ m_transitionID

template<typename ESProduct, typename ESRecord>
unsigned int edm::ESGetToken< ESProduct, ESRecord >::m_transitionID {std::numeric_limits<unsigned int>::max()}
private