CFileWrapper Class Reference

Wraps C-style FILE structure. More...

#include <utils.hpp>

List of all members.

Classes

struct  CFileDeleter
 Deleter for C-style FILE structure.

Public Member Functions

 CFileWrapper ()
 CFileWrapper (const char *filename, const char *mode)
 Works like doing open().
 ~CFileWrapper ()
void open (const char *filename, const char *mode)
 Wrapper over fopen().
FILE * get ()

Detailed Description

Wraps C-style FILE structure.

Definition at line 117 of file utils.hpp.


Constructor & Destructor Documentation

CFileWrapper::CFileWrapper (  )  [inline]

Definition at line 137 of file utils.hpp.

CFileWrapper::CFileWrapper ( const char *  filename,
const char *  mode 
) [inline]

Works like doing open().

Definition at line 140 of file utils.hpp.

Here is the call graph for this function:

CFileWrapper::~CFileWrapper (  )  [inline]

Definition at line 144 of file utils.hpp.


Member Function Documentation

FILE* CFileWrapper::get (  )  [inline]

Definition at line 162 of file utils.hpp.

Here is the caller graph for this function:

void CFileWrapper::open ( const char *  filename,
const char *  mode 
) [inline]

Wrapper over fopen().

Definition at line 147 of file utils.hpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
Generated on Sun May 29 18:23:56 2011 for libnebular by  doxygen 1.6.3