Jive reference manual
|
#include <jive/mp/DataExchanger.h>
Public Types | |
typedef Database::IntColArray | IntColArray |
typedef Database::FloatColArray | FloatColArray |
Public Member Functions | |
DataExchanger (const Ref< Context > &mpx, const BorderSet &borders) | |
DataExchanger (const Ref< Context > &mpx, const BorderSet &recvBorders, const BorderSet &sendBorders) | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
void | exchange (Database &dbase) |
void | exchange (const IntColArray &cols) |
void | exchange (const FloatColArray &cols) |
void | store (const Properties &globdat) const |
Public Member Functions inherited from jem::Object | |
virtual Class * | getClass () const |
Returns the Class instance representing the runtime class 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 > | find (const Ref< ItemSet > &items, const Properties &globdat) |
static Ref< Self > | get (const Ref< ItemSet > &items, const Properties &globdat) |
Static Public Member Functions inherited from jem::Object | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Protected Member Functions | |
virtual | ~DataExchanger () |
Protected Member Functions inherited from jem::Collectable | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
Friends | |
class | RecvData_ |
class | SendData_ |
class | Utils_ |
jive::mp::DataExchanger::DataExchanger | ( | const Ref< Context > & | mpx, |
const BorderSet & | recvBorders, | ||
const BorderSet & | sendBorders | ||
) |
|
protectedvirtual |
|
virtual |
Returns a short textual description of this object. The toString
method of the class Object
returns:
getClass()->getName() + "@" + String( hashValue() )
String
representing this object. Reimplemented from jem::Object.
void jive::mp::DataExchanger::exchange | ( | Database & | dbase | ) |
void jive::mp::DataExchanger::exchange | ( | const IntColArray & | cols | ) |
void jive::mp::DataExchanger::exchange | ( | const FloatColArray & | cols | ) |
void jive::mp::DataExchanger::store | ( | const Properties & | globdat | ) | const |
|
static |
|
static |
|
friend |
|
friend |
|
friend |