MPQC  3.0.0-alpha
Public Member Functions
sc::MsgStateRecv Class Reference

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

#include <util/group/mstate.h>

Inheritance diagram for sc::MsgStateRecv:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 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 (std::string &)
int get (char &r, const char *key=0)
int get (unsigned int &r, const char *key=0)
int get (int &r, const char *key=0)
int get (unsigned long &r, const char *key=0)
int get (long &r, const char *key=0)
int get (bool &r, const char *key=0)
int get (float &r, const char *key=0)
int get (double &r, const char *key=0)
int get (char *&)
int get (unsigned int *&)
int get (int *&)
int get (unsigned long *&)
int get (long *&)
int get (float *&)
int get (double *&)

Detailed Description

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


Member Function Documentation

int sc::MsgStateRecv::get ( const ClassDesc **  ) [virtual]

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.

int sc::MsgStateRecv::version ( const ClassDesc ) [virtual]

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.


The documentation for this class was generated from the following file:

Generated at Sat Jul 7 2012 11:53:00 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.8.0.