#include <PlaceInPathContext.h>
Public Member Functions | |
PathContext const * | pathContext () const |
unsigned int | placeInPath () const |
PlaceInPathContext (unsigned int) | |
void | setPathContext (PathContext const *v) |
Private Attributes | |
PathContext const * | pathContext_ |
unsigned int | placeInPath_ |
Description: Holds context information to indentify the position within a sequence of modules in a path.
Definition at line 19 of file PlaceInPathContext.h.
edm::PlaceInPathContext::PlaceInPathContext | ( | unsigned int | placeInPath | ) |
Definition at line 8 of file PlaceInPathContext.cc.
|
inline |
Definition at line 24 of file PlaceInPathContext.h.
References pathContext_.
Referenced by edm::exceptionContext(), edm::ModuleCallingContext::getStreamContext(), edm::ParentContext::isAtEndTransition(), edm::operator<<(), HLTFilter::pmid(), and HLTStreamFilter::pmid().
|
inline |
Definition at line 23 of file PlaceInPathContext.h.
References placeInPath_.
Referenced by edm::WorkerInPath::bitPosition(), edm::operator<<(), HLTFilter::pmid(), and HLTStreamFilter::pmid().
|
inline |
Definition at line 26 of file PlaceInPathContext.h.
References pathContext_, and findQualityFiles::v.
Referenced by edm::WorkerInPath::setPathContext().
|
private |
Definition at line 30 of file PlaceInPathContext.h.
Referenced by pathContext(), and setPathContext().
|
private |
Definition at line 29 of file PlaceInPathContext.h.
Referenced by placeInPath().