.TH "sc::RefSCDimension" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::RefSCDimension \- The \fBRefSCDimension\fP class is a smart pointer to an \fBSCDimension\fP specialization\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::Ref< SCDimension >\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBRefSCDimension\fP ()" .br .RI "Initializes the dimension pointer to 0\&. " .ti -1c .RI "\fBRefSCDimension\fP (const \fBRefSCDimension\fP &d)" .br .RI "Make this and d refer to the same \fBSCDimension\fP\&. " .ti -1c .RI "\fBRefSCDimension\fP (\fBSCDimension\fP *d)" .br .RI "Make this refer to d\&. " .ti -1c .RI "\fBRefSCDimension\fP & \fBoperator=\fP (\fBSCDimension\fP *d)" .br .RI "Make this refer to d\&. " .ti -1c .RI "\fBRefSCDimension\fP & \fBoperator<<\fP (\fBRefCount\fP *)" .br .ti -1c .RI "\fBRefSCDimension\fP & \fBoperator<<\fP (const \fBRefBase\fP &)" .br .ti -1c .RI "\fBRefSCDimension\fP & \fBoperator=\fP (const \fBRefSCDimension\fP &d)" .br .RI "Make this and d refer to the same \fBSCDimension\fP\&. " .ti -1c .RI "\fBoperator int\fP () const" .br .RI "Return the dimension\&. " .ti -1c .RI "int \fBn\fP () const" .br .ti -1c .RI "void \fBprint\fP (std::ostream &o=\fBExEnv::out0\fP()) const" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBRefSCDimension\fP class is a smart pointer to an \fBSCDimension\fP specialization\&. .SH "Constructor & Destructor Documentation" .PP .SS "sc::RefSCDimension::RefSCDimension ()" .PP Initializes the dimension pointer to 0\&. The reference must be initialized before it is used\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.