#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 324 of file InputSource.h.
typedef signalslot::Signal<void(std::string const&, bool)> edm::InputSource::FileCloseSentry::Sig |
Definition at line 326 of file InputSource.h.
|
explicit |
Definition at line 641 of file InputSource.cc.
References edm::InputSource::actReg().
edm::InputSource::FileCloseSentry::~FileCloseSentry | ( | ) |
Definition at line 650 of file InputSource.cc.
|
delete |
|
delete |
|
private |
Definition at line 335 of file InputSource.h.
|
private |
Definition at line 334 of file InputSource.h.
|
private |
Definition at line 336 of file InputSource.h.