#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 | |
FileCloseSentry & | operator= (FileCloseSentry const &)=delete |
~FileCloseSentry () | |
Private Attributes | |
std::string const & | lfn_ |
Sig & | post_ |
bool | usedFallback_ |
Definition at line 319 of file InputSource.h.
typedef signalslot::Signal<void(std::string const&, bool)> edm::InputSource::FileCloseSentry::Sig |
Definition at line 321 of file InputSource.h.
|
explicit |
Definition at line 585 of file InputSource.cc.
References edm::InputSource::actReg().
edm::InputSource::FileCloseSentry::~FileCloseSentry | ( | ) |
|
delete |
|
delete |
|
private |
Definition at line 330 of file InputSource.h.
Referenced by ~FileCloseSentry().
|
private |
Definition at line 329 of file InputSource.h.
Referenced by ~FileCloseSentry().
|
private |
Definition at line 331 of file InputSource.h.
Referenced by ~FileCloseSentry().