CernVM-FS
2.12.0
|
#include <file_guard.h>
Public Member Functions | |
FileGuard () | |
FileGuard (FILE *file) | |
~FileGuard () | |
const FILE * | file () const |
Private Attributes | |
FILE * | file_ |
Additional Inherited Members | |
Private Member Functions inherited from SingleCopy | |
SingleCopy () | |
RAII object to close a FILE stream when it gets out of scope
Definition at line 66 of file file_guard.h.
|
inline |
Definition at line 68 of file file_guard.h.
|
inlineexplicit |
Definition at line 69 of file file_guard.h.
|
inline |
Definition at line 70 of file file_guard.h.
|
inline |
Definition at line 71 of file file_guard.h.
|
private |
Definition at line 74 of file file_guard.h.