OFileStream Class Reference

#include <ofile_stream.hpp>

Inherits std::ostream.

List of all members.

Public Member Functions

 OFileStream (const std::string &filename)
 ~OFileStream ()


Detailed Description

Definition at line 23 of file ofile_stream.hpp.


Constructor & Destructor Documentation

OFileStream::OFileStream ( const std::string &  filename  ) 

Definition at line 24 of file ofile_stream.cpp.

00024                                                   :
00025   std::ostream(new OFileStreambuf(filename))
00026 {
00027 }

OFileStream::~OFileStream (  ) 

Definition at line 29 of file ofile_stream.cpp.

00030 {
00031   delete rdbuf();
00032 }


The documentation for this class was generated from the following files:
Generated on Mon Jun 9 03:38:33 2014 for SuperTux by  doxygen 1.5.1