Jive reference manual
|
#include <jem/mp/GatherStream.h>
Classes | |
class | Session |
Public Member Functions | |
GatherStream (int root, const Ref< Context > &ctx, Ref< OutputStream > out, idx_t bufsize=-1) | |
virtual void | close () |
virtual void | flush () |
virtual void | write (const void *buf, idx_t n) |
virtual void | writeNoThrow (const void *buf, idx_t n) |
void | beginSession () |
void | endSession () |
![]() | |
virtual Ref< OutputStream > | dup () |
![]() | |
virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
virtual long | hashValue () const |
Returns a hash value for this object. More... | |
virtual bool | equals (const Ref< Object > &obj) const |
Tests whether two objects are equal. More... | |
Ref< Object > | clone () const |
Returns a copy of this object. More... | |
Static Public Member Functions | |
static Ref< Self > | open (int root, const Ref< Context > &ctx, const String &fname, int flags=0, idx_t bufsize=-1) |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Protected Member Functions | |
virtual | ~GatherStream () |
![]() | |
virtual | ~OutputStream () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
jem::mp::GatherStream::GatherStream | ( | int | root, |
const Ref< Context > & | ctx, | ||
Ref< OutputStream > | out, | ||
idx_t | bufsize = -1 |
||
) |
|
protectedvirtual |
|
static |
|
virtual |
Reimplemented from jem::io::OutputStream.
|
virtual |
Reimplemented from jem::io::OutputStream.
|
virtual |
Implements jem::io::OutputStream.
|
virtual |
Reimplemented from jem::io::OutputStream.
void jem::mp::GatherStream::beginSession | ( | ) |
void jem::mp::GatherStream::endSession | ( | ) |