IFileStream Class Reference

#include <ifile_stream.hpp>

Inherits std::istream.

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 23 of file ifile_stream.hpp.


Constructor & Destructor Documentation

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

Definition at line 21 of file ifile_stream.cpp.

00021                                                   :
00022   std::istream(new IFileStreambuf(filename))
00023 {
00024 }

IFileStream::~IFileStream (  ) 

Definition at line 26 of file ifile_stream.cpp.

00027 {
00028   delete rdbuf();
00029 }


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