|
ug4
|
supplies a unique ID. More...
#include <uid.h>
Inheritance diagram for ug::UID: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 |
References m_uID.
Referenced by ug::AttachmentPipe< TElem, TElemHandler >::attach(), ug::AttachmentPipe< TElem, TElemHandler >::attach(), ug::AttachmentPipe< TElem, TElemHandler >::detach(), ug::AttachmentPipe< TElem, TElemHandler >::get_data_container(), ug::AttachmentPipe< TElem, TElemHandler >::has_attachment(), operator==(), and UID().