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::MemoryDataRequest

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Name

       sc::MemoryDataRequest

Synopsis

PublicTypes
       enum { NData = 6 }
       enum Request { Deactivate, Sync, Retrieve, Replace, DoubleSum }

   PublicMemberFunctionsMemoryDataRequest (Request r, int node=0, int offset=0, int size=0, int lock=0, int serial=0)
       void assign (Request r, int node, int offset, int size, int lock, int serial)
       void * data () const
       int nbytes () const
       const char * request_string () const
       MemoryDataRequest::Request request () const
       int node () const
       int offset () const
       int size () const
       int serial_number () const
       int lock () const
       int touches_data () const
       int reactivate () const
       void operator= (const MemoryDataRequest &r)
       void print (const char *msg=0, std::ostream &o=ExEnv::out0()) const

See Also