class OStream

Overflow OStream (output Stream) type, wraps a C++ ostream More...

Definition#include <data-flow/include/net_types.h>
InheritsStream [virtual public]
Inherited byIOStream
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Overflow OStream (output Stream) type, wraps a C++ ostream

 OStream (ostream *_str, bool _owner=true) : Stream(_owner) , int_ostream(_str)

OStreamwrite (const char *ch, int len)

int  eof ()

int  fail ()

void  flush ()

 operator ostream & ()

void  printOn (ostream &out)

[const]

OStream ()

OStreamseekp (int pos, ios::seekdir dir)

template <class T> OStreamoperator << (const T &obj)