|
NAMEsc::SavableStateProxy - Create a proxy for a SavableState object.SYNOPSIS#include <proxy.h> Inherits sc::DescribedClassProxy. Public Member FunctionsRef< DescribedClass > object () Return the object referred to by this proxy. SavableStateProxy (const Ref< KeyVal > &) Create the proxy with a Ref to a KeyVal object. Additional Inherited MembersDetailed DescriptionCreate a proxy for a SavableState object.This can be used to include an object that has been saved with SavableState in an input file for ParsedKeyVal. Member Function DocumentationRef< DescribedClass > sc::SavableStateProxy::object () [virtual]Return the object referred to by this proxy.Implements sc::DescribedClassProxy. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |