CernVM-FS
2.12.0
|
#include <file_guard.h>
Public Member Functions | |
FdGuard () | |
FdGuard (const int fd) | |
~FdGuard () | |
int | fd () const |
Private Attributes | |
int | fd_ |
Additional Inherited Members | |
Private Member Functions inherited from SingleCopy | |
SingleCopy () | |
RAII object to close a file descriptor when it gets out of scope
Definition at line 51 of file file_guard.h.
|
inline |
Definition at line 53 of file file_guard.h.
|
inlineexplicit |
Definition at line 54 of file file_guard.h.
|
inline |
Definition at line 55 of file file_guard.h.
|
inline |
Definition at line 56 of file file_guard.h.
|
private |
Definition at line 59 of file file_guard.h.