|
MPQC
3.0.0-alpha
|
Identity gives objects a unique identity and ordering relationship relative to all other objects. More...
#include <util/ref/identity.h>

Public Member Functions | |
| Identifier | identifier () |
| Return the Identifier for this argument. | |
Identity gives objects a unique identity and ordering relationship relative to all other objects.
Identity must be virtually inherited if multiple inheritance is to be used.
| Identifier sc::Identity::identifier | ( | ) | [inline] |
Return the Identifier for this argument.
Usually this is just the pointer to the object.