#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 271 of file InputSource.h.
typedef signalslot::Signal<void()> edm::InputSource::SourceSentry::Sig |
Definition at line 273 of file InputSource.h.
Definition at line 606 of file InputSource.cc.
edm::InputSource::SourceSentry::~SourceSentry | ( | ) |
Definition at line 610 of file InputSource.cc.
|
delete |
|
delete |
|
private |
Definition at line 281 of file InputSource.h.