Public Member Functions
ecl::OFileStream Class Reference

Convenience class for OFile TextStream definitions. More...

#include <file_streams.hpp>

Inheritance diagram for ecl::OFileStream:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 OFileStream ()
 Default constructor, underlying device must be manually opened.
 OFileStream (const std::string &file_name, const WriteMode &mode=New) ecl_throw_decl(StandardException)
 Convenience constructor for output file text streams.
virtual ~OFileStream ()

Detailed Description

Convenience class for OFile TextStream definitions.

This class provides a convenient handle for both writing and opening TextStream<OFile> objects. It has no further functionality.

See also:
TextStream.

Definition at line 42 of file file_streams.hpp.


Constructor & Destructor Documentation

Default constructor, underlying device must be manually opened.

This must open the device manually via device().open() as you would do if using a TextStream.

Definition at line 50 of file file_streams.hpp.

ecl::OFileStream::OFileStream ( const std::string &  file_name,
const WriteMode mode = New 
) [inline]

Convenience constructor for output file text streams.

This constructor enables RAII style construction of the underlying device (this makes it distinct from a generic TextStream<OFile> object).

Parameters:
file_name: output file name.
mode: mode for writing (New, Append).
Exceptions:
StandardException: throws if the connection failed to open.

Definition at line 63 of file file_streams.hpp.

virtual ecl::OFileStream::~OFileStream ( ) [inline, virtual]

Definition at line 73 of file file_streams.hpp.


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


ecl_streams
Author(s): Daniel Stonier
autogenerated on Thu Jun 6 2019 21:18:12