![]() |
![]()
| ![]() |
![]()
NAMEsc::ResultInfo - This is a base class for all of Compute's result types. SYNOPSIS#include <compute.h> Inherited by sc::AccResultInfo, sc::NCResult< T >, and sc::Result< T >. Public Member FunctionsResultInfo (Compute *c)
Protected Member Functionsvirtual void update ()
Protected Attributesint _compute
Detailed DescriptionThis 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. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|