#include <streambuf_tmpnam.h>
Inheritance diagram for rpa::filgen_fd_to_FILE< FdGenerator >:
Public Member Functions | |
filgen_fd_to_FILE () | |
For security reasons, only this process can access this file. | |
~filgen_fd_to_FILE () | |
Private Attributes | |
FILE * | _file |
FdGenerator | _filDes |
rpa::filgen_fd_to_FILE< FdGenerator >::filgen_fd_to_FILE | ( | ) | [inline] |
For security reasons, only this process can access this file.
rpa::filgen_fd_to_FILE< FdGenerator >::~filgen_fd_to_FILE | ( | ) | [inline] |
The file itself is not removed by this class. It is only closed. It is up to the base class to remove it.
FdGenerator rpa::filgen_fd_to_FILE< FdGenerator >::_filDes [private] |
FILE* rpa::filgen_fd_to_FILE< FdGenerator >::_file [private] |
Reimplemented from rpa::filgen_fd_to_FILE_base.