#include <InputSource.h>
Public Types | |
typedef signalslot::Signal< void()> | Sig |
Public Member Functions | |
FileCloseSentry (InputSource const &source) | |
FileCloseSentry (InputSource const &source, std::string const &lfn, bool primary) | |
FileCloseSentry (FileCloseSentry const &)=delete | |
FileCloseSentry & | operator= (FileCloseSentry const &)=delete |
~FileCloseSentry () | |
Public Attributes | |
Sig & | post_ |
Definition at line 297 of file InputSource.h.
typedef signalslot::Signal<void()> edm::InputSource::FileCloseSentry::Sig |
Definition at line 299 of file InputSource.h.
|
explicit |
|
explicit |
edm::InputSource::FileCloseSentry::~FileCloseSentry | ( | ) |
Definition at line 650 of file InputSource.cc.
|
delete |
|
delete |
Sig& edm::InputSource::FileCloseSentry::post_ |
Definition at line 307 of file InputSource.h.