sc_RefSCDimension (3) Linux Manual Page
sc::RefSCDimension – The RefSCDimension class is a smart pointer to an SCDimension specialization. Synopsis #include <dim.h> Inherits Ref< SCDimension >. Public Member Functions RefSCDimension () 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=…
