#include <ProductID.h>
Public Member Functions | |
ProductIndex | id () const |
bool | isValid () const |
ProcessIndex | processIndex () const |
ProductID () | |
ProductID (ProductIndex prodIndex) | |
ProductID (ProcessIndex procIndex, ProductIndex prodIndex) | |
ProcessIndex | productIndex () const |
void | reset () |
void | swap (ProductID &other) |
Private Attributes | |
ProcessIndex | processIndex_ |
ProductIndex | productIndex_ |
Definition at line 27 of file ProductID.h.
|
inline |
Definition at line 29 of file ProductID.h.
|
inlineexplicit |
Definition at line 32 of file ProductID.h.
|
inline |
Definition at line 33 of file ProductID.h.
|
inline |
Definition at line 38 of file ProductID.h.
References productIndex_.
Referenced by edm::reftobase::Holder< T, REF >::id(), edm::reftobase::RefHolder< REF >::id(), edm::reftobase::IndirectHolder< T >::id(), L3TkMuonProducer::makePseudoRef(), and pat::PATTrackAndVertexUnpacker::produce().
|
inline |
Definition at line 35 of file ProductID.h.
References productIndex_.
Referenced by edm::productIDToBranchID(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
Definition at line 36 of file ProductID.h.
References processIndex_.
Referenced by edm::RefCoreStreamer::operator()(), edm::RefCoreWithIndexStreamer::operator()(), edm::operator<(), edm::operator==(), and edm::productIDToBranchID().
|
inline |
Definition at line 37 of file ProductID.h.
References productIndex_.
Referenced by edm::operator<(), edm::operator==(), and edm::productIDToBranchID().
|
inline |
void edm::ProductID::swap | ( | ProductID & | other | ) |
Definition at line 17 of file ProductID.cc.
References processIndex_, productIndex_, and std::swap().
Referenced by ClusterTPAssociation::swap(), edm::swap(), and edm::Provenance::swap().
|
private |
Definition at line 44 of file ProductID.h.
Referenced by processIndex(), reset(), and swap().
|
private |
Definition at line 45 of file ProductID.h.
Referenced by id(), isValid(), productIndex(), reset(), and swap().