logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::StateRecv - StateRecv is a concrete specialization of MsgStateRecv that does the receive part of

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                                 sc::StateRecv(3)

Detailed Description

StateRecv is a concrete specialization of MsgStateRecv that does the receive part of point to point
       communication in a MessageGrp.

Name

       sc::StateRecv - StateRecv is a concrete specialization of MsgStateRecv that does the receive part of
       point to point communication in a MessageGrp.

Synopsis

       #include <mstate.h>

       Inherits sc::MsgStateRecv.

   PublicMemberFunctionsStateRecv (const Ref< MessageGrp > &)
           Create a StateRecv given a MessageGrp.
       void source (int)
           Specify the source node.

   ProtectedMemberFunctions
       void next_buffer ()
           Specializations must implement next_buffer().

   AdditionalInheritedMembers

See Also