class IOStream

Overflow IOStream (input/output Stream) type, wraps a C++ iostream More...

Definition#include <data-flow/include/net_types.h>
InheritsIStream, OStream
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Overflow IOStream (input/output Stream) type, wraps a C++ iostream

 IOStream (iostream *_str, bool _owner=true) : Stream(_owner) , IStream(_str, _owner) , OStream(_str, _owner) , int_iostream(_str)

int  eof ()

Reimplemented from IStream.

int  fail ()

Reimplemented from IStream.

 operator iostream & ()

void  printOn (ostream &out)

[const]

Reimplemented from IStream.

IOStream ()

IOStreamseekg (int pos, ios::seekdir dir)

Reimplemented from IStream.

IOStreamseekp (int pos, ios::seekdir dir)

Reimplemented from OStream.