sc_StateRecv(3)
StateRecv is a concrete specialization of MsgStateRecv that does the receive part of point to point communication in a
Description
sc::StateRecv
NAME
sc::StateRecv - StateRecv is a concrete specialization of MsgStateRecv that does the receive part of point to point communication in a MessageGrp.
SYNOPSIS
#include <mstate.h>
Inherits sc::MsgStateRecv.
Public Member Functions
StateRecv
(const Ref< MessageGrp > &)
Create a StateRecv given a MessageGrp.
void source (int)
Specify the source node.
Protected Member Functions
void
next_buffer ()
Specializations must implement next_buffer().
Additional Inherited Members
Detailed Description
StateRecv is a concrete specialization of MsgStateRecv that does the receive part of point to point communication in a MessageGrp.
Member Function Documentation
void sc::StateRecv::next_buffer () [protected], [virtual]
Specializations must implement next_buffer().
Implements sc::MsgStateBufRecv.
Author
Generated automatically by Doxygen for MPQC from the source code.