Base::ofstream Class Reference

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

#include <Stream.h>

Public Member Functions

 ofstream (const FileInfo &fi, ios_base::openmode mode=std::ios::out|std::ios::trunc)
 
virtual ~ofstream ()
 

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

◆ ofstream()

Base::ofstream::ofstream ( const FileInfo fi,
ios_base::openmode  mode = std::ios::out | std::ios::trunc 
)

◆ ~ofstream()

virtual Base::ofstream::~ofstream ( )
virtual

The documentation for this class was generated from the following file:
  • src/Base/Stream.h