 class  OutputFile : public File
  class  OutputFile : public File Output file class.
|   | OutputFile () | 
|  virtual | ~OutputFile () | 
|  void | Open (const string* file) | 
|  void | Close () | 
|  bool | Good () | 
|  OutputFile& | operator<< (const char* ) | 
|  OutputFile& | operator<< (char) | 
|  OutputFile& | operator<< (unsigned char) | 
|  OutputFile& | operator<< (short) | 
|  OutputFile& | operator<< (unsigned short) | 
|  OutputFile& | operator<< (int) | 
|  OutputFile& | operator<< (unsigned int) | 
|  OutputFile& | operator<< (long) | 
|  OutputFile& | operator<< (unsigned long) | 
|  OutputFile& | operator<< (float) | 
|  OutputFile& | operator<< (double) | 
|  OutputFile& | operator<< (string) | 
|  OutputFile& | operator<< (Point) | 
 const  string*  GetFileName()
 const  string*  GetFileName()
 bool  IsOpened()
 bool  IsOpened()
Output file class.
 OutputFile()
  OutputFile()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 virtual  ~OutputFile()
 virtual  ~OutputFile()
 void  Open(const string* file)
 void  Open(const string* file)
 void  Close()
 void  Close()
 bool  Good()
 bool  Good()
 OutputFile&  operator<<(const char* )
 OutputFile&  operator<<(const char* )
 OutputFile&  operator<<(char)
 OutputFile&  operator<<(char)
 OutputFile&  operator<<(unsigned char)
 OutputFile&  operator<<(unsigned char)
 OutputFile&  operator<<(short)
 OutputFile&  operator<<(short)
 OutputFile&  operator<<(unsigned short)
 OutputFile&  operator<<(unsigned short)
 OutputFile&  operator<<(int)
 OutputFile&  operator<<(int)
 OutputFile&  operator<<(unsigned int)
 OutputFile&  operator<<(unsigned int)
 OutputFile&  operator<<(long)
 OutputFile&  operator<<(long)
 OutputFile&  operator<<(unsigned long)
 OutputFile&  operator<<(unsigned long)
 OutputFile&  operator<<(float)
 OutputFile&  operator<<(float)
 OutputFile&  operator<<(double)
 OutputFile&  operator<<(double)
alphabetic index hierarchy of classes
 
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de