Public Member Functions | |
FileCloseSentry (int fd) | |
~FileCloseSentry () | |
Private Attributes | |
int | fd_ |
Definition at line 103 of file ExternalLHEProducer.cc.
ExternalLHEProducer::FileCloseSentry::FileCloseSentry | ( | int | fd | ) | [inline, explicit] |
Definition at line 105 of file ExternalLHEProducer.cc.
: fd_(fd) {};
ExternalLHEProducer::FileCloseSentry::~FileCloseSentry | ( | ) | [inline] |
int ExternalLHEProducer::FileCloseSentry::fd_ [private] |
Definition at line 111 of file ExternalLHEProducer.cc.
Referenced by ~FileCloseSentry().