GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::MsgStateRecv(3) MPQC sc::MsgStateRecv(3)

sc::MsgStateRecv - The MsgStateRecv is an abstract base class that receives objects from nodes in a MessageGrp.

#include <mstate.h>

Inherits sc::MsgStateBufRecv.

Inherited by sc::BcastStateRecv, and sc::StateRecv.


MsgStateRecv (const Ref< MessageGrp > &)
MsgStateRecv must be initialized with a MessageGrp. int version (const ClassDesc *)
Returns the version of the ClassDesc. int get (const ClassDesc **)
I only need to override get(ClassDesc**) but C++ will hide all of the other get's so I must override everything. int get (char &r, const char *key=0)
These restore data saved with StateOut's put. members. int get (unsigned int &r, const char *key=0)
int get (int &r, const char *key=0)
int get (float &r, const char *key=0)
int get (double &r, const char *key=0)
int get (char *&)
These restore data saved with StateOut's put. int get (unsigned int *&)
int get (int *&)
int get (float *&)
int get (double *&)

The MsgStateRecv is an abstract base class that receives objects from nodes in a MessageGrp.

These restore data saved with StateOut's put. members.

Reimplemented from sc::StateIn.

These restore data saved with StateOut's put. members. The data is allocated by StateIn.

Reimplemented from sc::StateIn.

I only need to override get(ClassDesc**) but C++ will hide all of the other get's so I must override everything.

Reimplemented from sc::StateIn.

Reimplemented from sc::StateIn.

Reimplemented from sc::StateIn.

Reimplemented from sc::StateIn.

Reimplemented from sc::StateIn.

Reimplemented from sc::StateIn.

Reimplemented from sc::StateIn.

Reimplemented from sc::StateIn.

Reimplemented from sc::StateIn.

Returns the version of the ClassDesc. This assumes that the version of the remote class is the same as that of the local class.

Reimplemented from sc::StateIn.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.