logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::BcastStateSend - BcastStateSend does the send part of a broadcast of an object to all nodes.

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                            sc::BcastStateSend(3)

Detailed Description

BcastStateSend 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.

Name

       sc::BcastStateSend - BcastStateSend does the send part of a broadcast of an object to all nodes.

Synopsis

       #include <mstate.h>

       Inherits sc::MsgStateSend.

   PublicMemberFunctionsBcastStateSend (const Ref< MessageGrp > &)
           Create the BcastStateSend.
       void flush ()
           Flush the data remaining in the buffer.

   AdditionalInheritedMembers

See Also