GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::ResultInfo(3) MPQC sc::ResultInfo(3)

sc::ResultInfo - This is a base class for all of Compute's result types.

#include <compute.h>

Inherited by sc::AccResultInfo, sc::NCResult< T >, and sc::Result< T >.


ResultInfo (Compute *c)
int & compute ()
const int & compute () const
int compute (int c)
int & computed ()
const int & computed () const
virtual int needed () const


virtual void update ()
ResultInfo (StateIn &, Compute *)
ResultInfo (const ResultInfo &, Compute *)
virtual void save_data_state (StateOut &)
virtual void restore_state (StateIn &)
ResultInfo & operator= (const ResultInfo &)


int _compute
int _computed
Compute * _c

This is a base class for all of Compute's result types.

Usually Result<Type> will be used to create a result that has a particular datum associated with it, however a ResultInfo can also be declared to keep track of datum's for which it is awkward to use Result_dec.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.