Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

File.h

00001 // File.h: interface for the File class.
00002 //
00004 
00005 #if !defined(AFX_FILE_H__E30356C1_DD4A_4FCF_A529_713455BB6E02__INCLUDED_)
00006 #define AFX_FILE_H__E30356C1_DD4A_4FCF_A529_713455BB6E02__INCLUDED_
00007 
00008 #include <string>
00009 #include <fstream>
00010 using namespace std;
00011 
00012 class File : public ofstream
00013 {
00014 public:
00015         int Write(char* pChars);
00016         File(const string& sFileName);
00017         virtual ~File();
00018 };
00019 
00020 #endif // !defined(AFX_FILE_H__E30356C1_DD4A_4FCF_A529_713455BB6E02__INCLUDED_)

Generated on Fri Apr 9 12:21:29 2004 for axiscpp by doxygen1.2.18