|
NAMEsc::RefSCDimension - The RefSCDimension class is a smart pointer to an SCDimension specialization.SYNOPSIS#include <dim.h> Inherits sc::Ref< SCDimension >. Public Member FunctionsRefSCDimension () Initializes the dimension pointer to 0. RefSCDimension (const RefSCDimension &d) Make this and d refer to the same SCDimension. RefSCDimension (SCDimension *d) Make this refer to d. RefSCDimension & operator= (SCDimension *d) Make this refer to d. RefSCDimension & operator<< (RefCount *) RefSCDimension & operator<< (const RefBase &) RefSCDimension & operator= (const RefSCDimension &d) Make this and d refer to the same SCDimension. operator int () const Return the dimension. int n () const void print (std::ostream &o=ExEnv::out0()) const Additional Inherited MembersDetailed DescriptionThe RefSCDimension class is a smart pointer to an SCDimension specialization.Constructor & Destructor Documentationsc::RefSCDimension::RefSCDimension ()Initializes the dimension pointer to 0. The reference must be initialized before it is used.AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |