CMS 3D CMS Logo

Public Member Functions | Private Attributes

edm::InputSource::FileCloseSentry Class Reference

#include <InputSource.h>

List of all members.

Public Member Functions

 FileCloseSentry (InputSource const &source)

Private Attributes

SourceSentry sentry_

Detailed Description

Definition at line 284 of file InputSource.h.


Constructor & Destructor Documentation

edm::InputSource::FileCloseSentry::FileCloseSentry ( InputSource const &  source) [explicit]

Definition at line 641 of file InputSource.cc.

                                                                       :
     sentry_(source.actReg()->preCloseFileSignal_, source.actReg()->postCloseFileSignal_) {
  }

Member Data Documentation

Definition at line 288 of file InputSource.h.