CMS 3D CMS Logo

Public Types | Public Member Functions | Private Attributes

edm::InputSource::SourceSentry Class Reference

#include <InputSource.h>

List of all members.

Public Types

typedef sigc::signal< void > Sig

Public Member Functions

 SourceSentry (Sig &pre, Sig &post)
 ~SourceSentry ()

Private Attributes

Sigpost_

Detailed Description

Definition at line 247 of file InputSource.h.


Member Typedef Documentation

typedef sigc::signal<void> edm::InputSource::SourceSentry::Sig

Definition at line 249 of file InputSource.h.


Constructor & Destructor Documentation

edm::InputSource::SourceSentry::SourceSentry ( Sig pre,
Sig post 
)

Definition at line 617 of file InputSource.cc.

                                                           : post_(post) {
    pre();
  }
edm::InputSource::SourceSentry::~SourceSentry ( )

Definition at line 621 of file InputSource.cc.

                                         {
    post_();
  }

Member Data Documentation

Definition at line 253 of file InputSource.h.