|
NAMEsc::Identity - Identity gives objects a unique identity and ordering relationship relative to all other objects.SYNOPSIS#include <identity.h> Inherited by sc::ClassDesc, and sc::RefCount. Public Member FunctionsIdentifier identifier () Return the Identifier for this argument. Detailed DescriptionIdentity 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. Member Function DocumentationIdentifier sc::Identity::identifier () [inline]Return the Identifier for this argument. Usually this is just the pointer to the object.AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |