Base::ifstream Class Reference

The ofstream class is provided for convenience. More...

#include <Stream.h>

Public Member Functions

 ifstream (const FileInfo &fi, ios_base::openmode mode=std::ios::in)
 
virtual ~ifstream ()
 

Detailed Description

The ofstream class is provided for convenience.

On Windows platforms it opens a stream with UCS-2 encoded file name while on Linux platforms the file name is UTF-8 encoded.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ ifstream()

Base::ifstream::ifstream ( const FileInfo fi,
ios_base::openmode  mode = std::ios::in 
)

◆ ~ifstream()

virtual Base::ifstream::~ifstream ( )
virtual

The documentation for this class was generated from the following file: