|
MPQC
3.0.0-alpha
|
StateSend is a concrete specialization of MsgStateSend that does the send part of point to point communication in a MessageGrp. More...
#include <util/group/mstate.h>

Public Member Functions | |
| StateSend (const Ref< MessageGrp > &) | |
| Create a StateSend given a MessageGrp. | |
| void | target (int) |
| Specify the target node. | |
| int | get_target () const |
| Return the target. | |
| void | type (int) |
| Specify the type. | |
| int | get_type () const |
| Return the type. | |
| void | flush () |
| Flush the buffer. | |
StateSend is a concrete specialization of MsgStateSend that does the send part of point to point communication in a MessageGrp.