#include <InputSource.h>
Public Types | |
typedef signalslot::Signal< void()> | Sig |
Public Member Functions | |
SourceSentry & | operator= (SourceSentry const &)=delete |
SourceSentry (Sig &pre, Sig &post) | |
SourceSentry (SourceSentry const &)=delete | |
~SourceSentry () | |
Private Attributes | |
Sig & | post_ |
Definition at line 275 of file InputSource.h.
typedef signalslot::Signal<void()> edm::InputSource::SourceSentry::Sig |
Definition at line 277 of file InputSource.h.
Definition at line 611 of file InputSource.cc.
edm::InputSource::SourceSentry::~SourceSentry | ( | ) |
Definition at line 615 of file InputSource.cc.
|
delete |
|
delete |
|
private |
Definition at line 285 of file InputSource.h.