JoinAttrib Class Reference

[KPvm-Demo-suJOIN Index] [KPvm-Demo-suJOIN Hierarchy] [Headers]


is the Superclass of my "parallel database". More...

#include <sujoin.h>

Inherits: Serialize (Kpvm)

Public Members

Public Slots

Protected Members

Signals

Private Members


Detailed Description

JoinAttrib is the Superclass of my "parallel database". It is a sendable structured OO-Data-Type, holding the join-attribute for joining the two subclasses. It inherits from Serialize to be a pvm_sendable object.


friend class SuKPvm[public]

to enable SuKPvm to call JoinAttrib's private methods

QList<VarTuple> objState() const [protected]

Overwrites the virtual method of Serialize saves the object-data (codePA) into QList of VarTuples.

void setFixedOrderObjState( QList<VarTuple> state) [protected]

Overwrites the virtual method of Serialize sets object's state with given QList of VarTuples, has to be in same order as given by objState

void setObjState( QList<VarTuple> state) [protected]

Overwrites the virtual method of Serialize sets object's state with given QList of VarTuples, attribute may miss or can be in another order.

int _codePA[private]

**\n


  • Author: Susanne Cech <scech@edu.uni-klu.ac.at
  • Documentation generated by mike@kermit on Mon Jun 29 23:02:32 MEST 1998
Kdoc