sc::BcastStateRecv(3) | MPQC | sc::BcastStateRecv(3) |
sc::BcastStateRecv - BcastStateRecv does the receive part of a broadcast of an object to all nodes.
#include <mstate.h>
Inherits sc::MsgStateRecv.
BcastStateRecv (const Ref< MessageGrp >
&, int source=0)
Create the BcastStateRecv. void source (int s)
Set the source node.
void next_buffer ()
Specializations must implement next_buffer().
int source_
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.
Specializations must implement next_buffer().
Implements sc::MsgStateBufRecv.
Generated automatically by Doxygen for MPQC from the source code.
Fri Dec 2 2022 | Version 2.3.1 |