![]() |
![]()
| ![]() |
![]()
NAMEsc::MsgStateSend - The MsgStateSend is an abstract base class that sends objects to nodes in a MessageGrp. SYNOPSIS#include <mstate.h> Inherits sc::StateOut. Inherited by sc::BcastStateSend, and sc::StateSend. Public Member FunctionsMsgStateSend (const Ref< MessageGrp >
&)
Public Member Functions inherited from sc::StateOut
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Protected Member Functionsint put_array_void (const void *, int)
Protected Member Functions inherited from sc::StateOut
Protected Member Functions inherited from sc::RefCount
Protected AttributesRef< MessageGrp > grp
Protected Attributes inherited from sc::StateOut
Detailed DescriptionThe MsgStateSend is an abstract base class that sends objects to nodes in a MessageGrp. Member Function Documentationvirtual void sc::MsgStateSend::flush () [pure virtual]Specializations must implement flush(). Reimplemented from sc::StateOut. Implemented in sc::StateSend, and sc::BcastStateSend. int sc::MsgStateSend::put (char r) [virtual]Write the given datum. Reimplemented from sc::StateOut. int sc::MsgStateSend::put (const char *, int) [virtual]Write the given array data. Size information is also saved. The data is allocated and read by the get(T*&) routines. Reimplemented from sc::StateOut. int sc::MsgStateSend::put (const ClassDesc *) [virtual]I only need to override put(const ClassDesc*) but C++ will hide all of the other put's so I must override everything. Reimplemented from sc::StateOut. int sc::MsgStateSend::put (const double *, int) [virtual]Reimplemented from sc::StateOut. int sc::MsgStateSend::put (const float *, int) [virtual]Reimplemented from sc::StateOut. int sc::MsgStateSend::put (const int *, int) [virtual]Reimplemented from sc::StateOut. int sc::MsgStateSend::put (const unsigned int *, int) [virtual]Reimplemented from sc::StateOut. int sc::MsgStateSend::put (double r) [virtual]Reimplemented from sc::StateOut. int sc::MsgStateSend::put (float r) [virtual]Reimplemented from sc::StateOut. int sc::MsgStateSend::put (int r) [virtual]Reimplemented from sc::StateOut. int sc::MsgStateSend::put (unsigned int r) [virtual]Reimplemented from sc::StateOut. int sc::MsgStateSend::put_array_void (const void *, int) [protected], [virtual]Reimplemented from sc::StateOut. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|