Closes a FILE* when it goes out of scope. More...

#include <FilePtr.h>

Public Member Functions

 FilePtr (const std::string &filename, const std::string &mode)
 
 FilePtr (FILE *)
 
const FilePtroperator= (FILE *)
 
 operator FILE * ()
 
bool operator! ()
 

Protected Member Functions

void close ()
 

Protected Attributes

FILE * fptr
 

Detailed Description

Closes a FILE* when it goes out of scope.


The documentation for this class was generated from the following files:

Generated using doxygen 1.8.17