#include <UniversalIdentifier.hpp>
Inheritance diagram for corelinux::UniversalIdentifier:

Public Methods | |
| UniversalIdentifier ( void ) | |
| Default constructor. | |
| UniversalIdentifier ( UniversalIdentifierCref ) | |
| Constructs from structure. | |
| UniversalIdentifier ( CharPtr ) throw ( Assertion ) | |
| Constructs from string. | |
| UniversalIdentifier ( UniqueIdRef ) | |
| Constructs from structure. | |
| UniversalIdentifier ( UniqueIdPtr ) throw ( Assertion ) | |
| Constructs from structure. | |
| virtual | ~UniversalIdentifier ( void ) |
| Virtual destructor. | |
| UniversalIdentifierRef | operator= ( UniversalIdentifierCref ) |
| copy operator from a UniqueIdPtr. | |
| UniversalIdentifierRef | operator= ( CharPtr ) throw ( Assertion ) |
| copy operator from a CharPtr. | |
| UniversalIdentifierRef | operator= ( UniqueIdRef ) |
| copy operator from a UniqueIdPtr. | |
| UniversalIdentifierRef | operator= ( UniqueIdPtr ) throw ( Assertion ) |
| copy operator from a UniqueIdPtr. | |
| bool | isZero ( void ) const |
| Compares this instance to theZeorUid. More... | |
| bool | isDeleted ( void ) const |
| Compares this instance to theDeletedUid. More... | |
| void | getAsString ( CharPtr ) const |
| Retrieves the instance as a string. More... | |
| UniqueIdCref | getUniqueId ( void ) const |
| Retrieves the instance structure. More... | |
Static Public Methods | |
| UniversalIdentifierCref | getZeroUid ( void ) |
| Fetch theZeroUid. | |
| UniversalIdentifierCref | getDeletedUid ( void ) |
| Fetch theDeletedUid. | |
| void | setNewUid ( UniversalIdentifierRef ) |
| set a new unique Id. More... | |
Protected Methods | |
| virtual bool | isGreaterThan (IdentifierCref) const |
| Greater than method. More... | |
| virtual bool | isLessThan (IdentifierCref) const |
| Less than method. More... | |
| virtual bool | isLessThanOrEqual (IdentifierCref) const |
| Less than or equal method. More... | |
| virtual bool | isGreaterThanOrEqual (IdentifierCref) const |
| Greater than or equal method. More... | |
| virtual bool | isEqual (IdentifierCref) const |
| Equality method. More... | |
Protected Attributes | |
| UniqueId | theID |
| the UniqueId. | |
|
|
Default constructor.
|
|
|
Constructs from structure.
|
|
|
Constructs from string.
|
|
|
Constructs from structure.
|
|
|
Constructs from structure.
|
|
|
Virtual destructor.
|
|
|
Retrieves the instance as a string.
|
|
|
Fetch theDeletedUid.
|
|
|
Retrieves the instance structure.
|
|
|
Fetch theZeroUid.
|
|
|
Compares this instance to theDeletedUid.
|
|
|
Equality method.
|
|
|
Greater than method.
|
|
|
Greater than or equal method.
|
|
|
Less than method.
|
|
|
Less than or equal method.
|
|
|
Compares this instance to theZeorUid.
|
|
|
copy operator from a UniqueIdPtr.
|
|
|
copy operator from a UniqueIdPtr.
|
|
|
copy operator from a CharPtr.
|
|
|
copy operator from a UniqueIdPtr.
|
|
|
set a new unique Id.
|
|
|
the UniqueId.
|