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::SavableStateProxy - Create a proxy for a SavableState object.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

       Create 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.

Name

       sc::SavableStateProxy - Create a proxy for a SavableState object.

Synopsis

       #include <proxy.h>

       Inherits sc::DescribedClassProxy.

   PublicMemberFunctionsRef< DescribedClass > object ()
           Return the object referred to by this proxy.
       SavableStateProxy (const Ref< KeyVal > &)
           Create the proxy with a Ref to a KeyVal object.

   AdditionalInheritedMembers

See Also