GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::RefSCDimension(3) MPQC sc::RefSCDimension(3)

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

#include <dim.h>

Inherits sc::Ref< SCDimension >.


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= (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

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

Initializes the dimension pointer to 0. The reference must be initialized before it is used.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.