sc_StateSend(3)

StateSend is a concrete specialization of MsgStateSend that does the send part of point to point communication in a

Section 3 libsc-doc bookworm source

Description

sc::StateSend

NAME

sc::StateSend - StateSend is a concrete specialization of MsgStateSend that does the send part of point to point communication in a MessageGrp.

SYNOPSIS

#include <mstate.h>

Inherits sc::MsgStateSend.

Public Member Functions

StateSend (const Ref< MessageGrp > &)
Create a StateSend given a MessageGrp.
void target (int)
Specify the target node.
void flush ()
Flush the buffer.

Additional Inherited Members

Detailed Description

StateSend is a concrete specialization of MsgStateSend that does the send part of point to point communication in a MessageGrp.

Member Function Documentation

void sc::StateSend::flush () [virtual]

Flush the buffer.

Implements sc::MsgStateSend.

Author

Generated automatically by Doxygen for MPQC from the source code.