#include <PsType.h>
Inheritance diagram for PsType:


Public Methods | |
| PsType (void) | |
| Default constructor. | |
| virtual | ~PsType (void) |
| destructor | |
| virtual PsPolatorNT * | createPolator (void)=0 |
| create an *polator This should really be an class function, but as class function cannot be pure virtual, this is decalred as a member function. | |
PsType as used as values for attributes (input, output and control parameter). As this class inherits from PsFlowable, objects of this can be inserted and extracted from streams. This enables distribution of those values.
Definition at line 36 of file PsType.h.
|
|
Default constructor.
Definition at line 21 of file PsType.cxx.
00022 {
00023
00024 }
|
|
|
destructor
Definition at line 26 of file PsType.cxx.
00027 {
00028
00029 }
|
|
|
create an *polator This should really be an class function, but as class function cannot be pure virtual, this is decalred as a member function.
Implemented in PsDistributedController::RegistrationData, PsDistributedController::CancellationData, PsList< Type, allocator >, PsMap< index, objectType >, PsName, PsPair< T1, T2 >, PsNumericTypeT< Type >, and PsString. |
| Documentation generated on Mon Nov 25 15:26:31 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |