CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
ExternalLHEProducer::FileCloseSentry Class Reference

Public Member Functions

 FileCloseSentry (int fd)
 
 FileCloseSentry (const FileCloseSentry &)=delete
 
FileCloseSentryoperator= (const FileCloseSentry &)=delete
 
 ~FileCloseSentry ()
 

Private Attributes

int fd_
 

Detailed Description

Definition at line 111 of file ExternalLHEProducer.cc.

Constructor & Destructor Documentation

◆ FileCloseSentry() [1/2]

ExternalLHEProducer::FileCloseSentry::FileCloseSentry ( int  fd)
inlineexplicit

Definition at line 113 of file ExternalLHEProducer.cc.

◆ ~FileCloseSentry()

ExternalLHEProducer::FileCloseSentry::~FileCloseSentry ( )
inline

Definition at line 115 of file ExternalLHEProducer.cc.

References fd_.

◆ FileCloseSentry() [2/2]

ExternalLHEProducer::FileCloseSentry::FileCloseSentry ( const FileCloseSentry )
delete

Member Function Documentation

◆ operator=()

FileCloseSentry& ExternalLHEProducer::FileCloseSentry::operator= ( const FileCloseSentry )
delete

Member Data Documentation

◆ fd_

int ExternalLHEProducer::FileCloseSentry::fd_
private

Definition at line 122 of file ExternalLHEProducer.cc.

Referenced by ~FileCloseSentry().