ug4
|
supplies a unique ID. More...
#include <uid.h>
Public Member Functions | |
unsigned int | id () const |
bool | operator== (const UID &uid) |
UID () | |
UID (const UID &uid) | |
virtual | ~UID () |
Private Attributes | |
unsigned int | m_uID |
supplies a unique ID.
Derivatives of this class can be identified by their unique ID. Useful for hashing and other applications, where the need for identification is given.
|
inline |
References m_uID.
|
inlinevirtual |
|
inline |