Public Member Functions
ecl::SharedFileStream Class Reference

Convenience class for SharedFile TextStream definitions. More...

#include <shared_file_stream.hpp>

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

List of all members.

Public Member Functions

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

Detailed Description

Convenience class for SharedFile TextStream definitions.

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

See also:
TextStream.

Definition at line 43 of file shared_file_stream.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 51 of file shared_file_stream.hpp.

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

Convenience constructor for shared file text streams.

This constructor enables RAII style construction of the underlying device (this makes it distinct from a generic TextStream<SharedFile> 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 shared_file_stream.hpp.

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

Definition at line 72 of file shared_file_stream.hpp.


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


ecl_streams
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:36:00