|
NAMEsc::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 FunctionsStateRecv (const Ref< MessageGrp > &) Create a StateRecv given a MessageGrp. void source (int) Specify the source node. Protected Member Functionsvoid next_buffer () Specializations must implement next_buffer(). Additional Inherited MembersDetailed DescriptionStateRecv is a concrete specialization of MsgStateRecv that does the receive part of point to point communication in a MessageGrp.Member Function Documentationvoid sc::StateRecv::next_buffer () [protected], [virtual]Specializations must implement next_buffer().Implements sc::MsgStateBufRecv. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |