|
NAMEsc::BcastStateSend - BcastStateSend does the send part of a broadcast of an object to all nodes.SYNOPSIS#include <mstate.h> Inherits sc::MsgStateSend. Public Member FunctionsBcastStateSend (const Ref< MessageGrp > &) Create the BcastStateSend. void flush () Flush the data remaining in the buffer. Additional Inherited MembersDetailed DescriptionBcastStateSend does the send part of a broadcast of an object to all nodes.Only one node uses a BcastStateSend and the rest must use a BcastStateRecv. Member Function Documentationvoid sc::BcastStateSend::flush () [virtual]Flush the data remaining in the buffer.Implements sc::MsgStateSend. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |