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::Identifier(3) MPQC sc::Identifier(3)

sc::Identifier - Identifier's are used to distinguish and order objects.

#include <identity.h>


Identifier ()
Create an Identifier for a null object. Identifier (const Identity *i)
Create an Identifier for the given object. Identifier (const Identifier &i)
Create an Identifier for the given object. ~Identifier ()
The destructor does nothing. void operator= (const Identifier &i)
Assign to the given Identifier. int operator< (const Identifier &i) const
Less than. int operator> (const Identifier &i) const
Greater than. int operator== (const Identifier &i) const
Equal. int operator<= (const Identifier &i) const
Less than or equal. int operator>= (const Identifier &i) const
Greater than or equal. int operator!= (const Identifier &i) const
Not equal. void print (std::ostream &) const

Identifier's are used to distinguish and order objects.

On many architectures a pointer to the object will suffice, but the C++ standard only guarantees that this works for two pointers pointing within the same structure or array. Classes need to inherit from Identity to use this mechanism. Identity, Identifier, and the shorthand boolean operations may have to be modified for certain architectures.

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.