Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

CStdioFile Class Reference

a wrapper around FILE* in stdio More...

#include <StdioFile.hpp>

List of all members.

Public Types

Public Member Functions

Private Attributes


Detailed Description

a wrapper around FILE* in stdio

this class represents a C++ wrapper for the good'o stdio FILE* interface. it provides operations like read, write, seek and tell (get read write position).


Constructor & Destructor Documentation

CStdioFile const std::string &  filename,
const std::string &  mode
 

opens a file. it is actually a wrapper to the stdio fopen() function

Parameters:
filename the name of the file to be opened
mode the desire mode of file. see fopen()'s documentation of your system.
Exceptions:
CError throw when cannot open the file. what() will explain the reason.

~CStdioFile  ) 
 

the destructor will close the file


The documentation for this class was generated from the following files:
Generated on Fri Jan 13 23:38:28 2006 for picinfo by  doxygen 1.4.4