CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
edm::InputSource::FileCloseSentry Class Reference

#include <InputSource.h>

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.

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

Member Data Documentation

SourceSentry edm::InputSource::FileCloseSentry::sentry_
private

Definition at line 288 of file InputSource.h.