CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::InputSource::RunSourceSentry Class Reference

#include <InputSource.h>

Public Member Functions

RunSourceSentryoperator= (RunSourceSentry const &)=delete
 
 RunSourceSentry (InputSource const &source, RunIndex id)
 
 RunSourceSentry (RunSourceSentry const &)=delete
 
 ~RunSourceSentry ()
 

Private Attributes

RunIndex index_
 
InputSource const & source_
 

Detailed Description

Definition at line 274 of file InputSource.h.

Constructor & Destructor Documentation

edm::InputSource::RunSourceSentry::RunSourceSentry ( InputSource const &  source,
RunIndex  id 
)

Definition at line 460 of file InputSource.cc.

References edm::InputSource::actReg(), index_, and source_.

461  : source_(source), index_(index) {
462  source_.actReg()->preSourceRunSignal_(index_);
463  }
static std::string const source("source")
std::shared_ptr< ActivityRegistry > actReg() const
Accessor for Activity Registry.
Definition: InputSource.h:236
edm::InputSource::RunSourceSentry::~RunSourceSentry ( )

Definition at line 465 of file InputSource.cc.

References edm::InputSource::actReg(), index_, and source_.

465 { source_.actReg()->postSourceRunSignal_(index_); }
std::shared_ptr< ActivityRegistry > actReg() const
Accessor for Activity Registry.
Definition: InputSource.h:236
edm::InputSource::RunSourceSentry::RunSourceSentry ( RunSourceSentry const &  )
delete

Member Function Documentation

RunSourceSentry& edm::InputSource::RunSourceSentry::operator= ( RunSourceSentry const &  )
delete

Member Data Documentation

RunIndex edm::InputSource::RunSourceSentry::index_
private

Definition at line 284 of file InputSource.h.

Referenced by RunSourceSentry(), and ~RunSourceSentry().

InputSource const& edm::InputSource::RunSourceSentry::source_
private