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::RefSCDimension - The RefSCDimension class is a smart pointer to an SCDimension specialization.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Constructor & Destructor Documentation

sc::RefSCDimension::RefSCDimension()
       Initializes the dimension pointer to 0. The reference must be initialized before it is used.

Detailed Description

       The RefSCDimension class is a smart pointer to an SCDimension specialization.

Name

       sc::RefSCDimension - The RefSCDimension class is a smart pointer to an SCDimension specialization.

Synopsis

       #include <dim.h>

       Inherits sc::Ref<SCDimension>.

   PublicMemberFunctionsRefSCDimension ()
           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.
       operatorint () const
           Return the dimension.
       int n () const
       void print (std::ostream &o=ExEnv::out0()) const

   AdditionalInheritedMembers

See Also