|
NAMEsc::StateSend - StateSend is a concrete specialization of MsgStateSend that does the send part of point to point communication in a MessageGrp.SYNOPSIS#include <mstate.h> Inherits sc::MsgStateSend. Public Member FunctionsStateSend (const Ref< MessageGrp > &) Create a StateSend given a MessageGrp. void target (int) Specify the target node. void flush () Flush the buffer. Additional Inherited MembersDetailed DescriptionStateSend is a concrete specialization of MsgStateSend that does the send part of point to point communication in a MessageGrp.Member Function Documentationvoid sc::StateSend::flush () [virtual]Flush the buffer.Implements sc::MsgStateSend. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |