ldas-tools-diskcacheAPI  2.7.1
Public Member Functions | List of all members
diskCache::Streams::OFStream Class Reference

File stream. More...

#include <FStream.hh>

Inherits LDASTools::AL::ofstream, LDASTools::AL::ofstream, and LDASTools::AL::ofstream.

Public Member Functions

 OFStream (const std::string &Filename)
 Constructor. More...
 
 ~OFStream ()
 Destructor.
 
 OFStream (const std::string &Filename)
 Constructor. More...
 
 ~OFStream ()
 Destructor.
 
 OFStream (const std::string &Filename)
 Constructor. More...
 
 ~OFStream ()
 Destructor.
 

Detailed Description

File stream.

This handles a file stream. As part of handling an output file stream, this class creates a temporary file. If there is no issues with the file, then the temporary file will be renamed.

Constructor & Destructor Documentation

◆ OFStream() [1/3]

diskCache::Streams::OFStream::OFStream ( const std::string &  Filename)

Constructor.

Parameters
[in]FilenameThe destination filename.

◆ OFStream() [2/3]

diskCache::Streams::OFStream::OFStream ( const std::string &  Filename)

Constructor.

Parameters
[in]FilenameThe destination filename.

◆ OFStream() [3/3]

diskCache::Streams::OFStream::OFStream ( const std::string &  Filename)

Constructor.

Parameters
[in]FilenameThe destination filename.

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