CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Attributes
edm::InputSource::FileCloseSentry Class Reference

#include <InputSource.h>

Public Types

typedef signalslot::Signal
< void(std::string const
&, bool)> 
Sig
 

Public Member Functions

 FileCloseSentry (InputSource const &source, std::string const &lfn, bool usedFallback)
 
 FileCloseSentry (FileCloseSentry const &)=delete
 
FileCloseSentryoperator= (FileCloseSentry const &)=delete
 
 ~FileCloseSentry ()
 

Private Attributes

std::string const & lfn_
 
Sigpost_
 
bool usedFallback_
 

Detailed Description

Definition at line 324 of file InputSource.h.

Member Typedef Documentation

typedef signalslot::Signal<void(std::string const&, bool)> edm::InputSource::FileCloseSentry::Sig

Definition at line 326 of file InputSource.h.

Constructor & Destructor Documentation

edm::InputSource::FileCloseSentry::FileCloseSentry ( InputSource const &  source,
std::string const &  lfn,
bool  usedFallback 
)
explicit

Definition at line 641 of file InputSource.cc.

References edm::InputSource::actReg().

643  :
644  post_(source.actReg()->postCloseFileSignal_),
645  lfn_(lfn),
646  usedFallback_(usedFallback) {
647  source.actReg()->preCloseFileSignal_(lfn, usedFallback);
648  }
static std::string const source("source")
edm::InputSource::FileCloseSentry::~FileCloseSentry ( )

Definition at line 650 of file InputSource.cc.

edm::InputSource::FileCloseSentry::FileCloseSentry ( FileCloseSentry const &  )
delete

Member Function Documentation

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

Member Data Documentation

std::string const& edm::InputSource::FileCloseSentry::lfn_
private

Definition at line 335 of file InputSource.h.

Sig& edm::InputSource::FileCloseSentry::post_
private

Definition at line 334 of file InputSource.h.

bool edm::InputSource::FileCloseSentry::usedFallback_
private

Definition at line 336 of file InputSource.h.