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::BcastStateRecv - BcastStateRecv does the receive 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::BcastStateRecv(3)

Detailed Description

BcastStateRecv does the receive 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::BcastStateRecv - BcastStateRecv does the receive part of a broadcast of an object to all nodes.

Synopsis

       #include <mstate.h>

       Inherits sc::MsgStateRecv.

   PublicMemberFunctionsBcastStateRecv (const Ref< MessageGrp > &, int source=0)
           Create the BcastStateRecv.
       void source (int s)
           Set the source node.

   ProtectedMemberFunctions
       void next_buffer ()
           Specializations must implement next_buffer().

   ProtectedAttributes
       int source_

See Also