#include <ifile_stream.hpp>
Inherits std::istream.
Public Member Functions | |
| IFileStream (const std::string &filename) | |
| ~IFileStream () | |
Definition at line 23 of file ifile_stream.hpp.
| 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 | ( | ) |
1.5.1