#include <InputSource.h>
Public Types | |
typedef signalslot::Signal< void()> | Sig |
Public Member Functions | |
SourceSentry & | operator= (SourceSentry const &) |
SourceSentry (Sig &pre, Sig &post) | |
SourceSentry (SourceSentry const &) | |
~SourceSentry () | |
Private Attributes | |
Sig & | post_ |
Definition at line 256 of file InputSource.h.
typedef signalslot::Signal<void()> edm::InputSource::SourceSentry::Sig |
Definition at line 258 of file InputSource.h.
Definition at line 616 of file InputSource.cc.
: post_(post) { pre(); }
edm::InputSource::SourceSentry::~SourceSentry | ( | ) |
Definition at line 620 of file InputSource.cc.
{ post_(); }
edm::InputSource::SourceSentry::SourceSentry | ( | SourceSentry const & | ) |
SourceSentry& edm::InputSource::SourceSentry::operator= | ( | SourceSentry const & | ) |
Sig& edm::InputSource::SourceSentry::post_ [private] |
Definition at line 266 of file InputSource.h.