sc_BcastStateRecv(3)

BcastStateRecv does the receive part of a broadcast of an object to all nodes.

Section 3 libsc-doc bookworm source

Description

sc::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.

Public Member Functions

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

Protected Member Functions

void next_buffer ()
Specializations must implement next_buffer().

Protected Attributes

int source_

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.

Member Function Documentation

void sc::BcastStateRecv::next_buffer () [protected], [virtual]

Specializations must implement next_buffer().

Implements sc::MsgStateBufRecv.

Author

Generated automatically by Doxygen for MPQC from the source code.