CMS 3D CMS Logo

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

Public Member Functions

 FileCloseSentry (int fd)
 
 ~FileCloseSentry ()
 

Private Attributes

int fd_
 

Detailed Description

Definition at line 109 of file ExternalLHEProducer.cc.

Constructor & Destructor Documentation

◆ FileCloseSentry()

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

Definition at line 111 of file ExternalLHEProducer.cc.

111 : fd_(fd){};

◆ ~FileCloseSentry()

ExternalLHEProducer::FileCloseSentry::~FileCloseSentry ( )
inline

Definition at line 113 of file ExternalLHEProducer.cc.

113 { close(fd_); }

References fd_.

Member Data Documentation

◆ fd_

int ExternalLHEProducer::FileCloseSentry::fd_
private

Definition at line 116 of file ExternalLHEProducer.cc.

Referenced by ~FileCloseSentry().

ExternalLHEProducer::FileCloseSentry::fd_
int fd_
Definition: ExternalLHEProducer.cc:116
ztee.fd
fd
Definition: ztee.py:136