|
Jive reference manual
|
#include <jive/mp/TableExchanger.h>

Public Member Functions | |
| TableExchanger (const Ref< Context > &mpx, const BorderSet &borders) | |
| TableExchanger (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 (XTable &table) |
| void | exchange (XTable &table, const Vector &weights) |
| ItemSet * | getItems () const |
| 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 | ~TableExchanger () |
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::TableExchanger::TableExchanger | ( | 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::TableExchanger::exchange | ( | XTable & | table | ) |
| void jive::mp::TableExchanger::exchange | ( | XTable & | table, |
| const Vector & | weights | ||
| ) |
| ItemSet* jive::mp::TableExchanger::getItems | ( | ) | const |
| void jive::mp::TableExchanger::store | ( | const Properties & | globdat | ) | const |
|
static |
|
static |
|
friend |
|
friend |
|
friend |