A unique id to specify Object by a uint64. More...
#include <class_id.h>
Inherited by NLMISC::CEvent.
Public Member Functions | |
| CClassId () | |
| CClassId (uint32 a, uint32 b) | |
| CClassId (uint64 a) | |
| bool | operator== (const CClassId &o) const |
| bool | operator!= (const CClassId &o) const |
| bool | operator<= (const CClassId &o) const |
| bool | operator>= (const CClassId &o) const |
| bool | operator< (const CClassId &o) const |
| bool | operator> (const CClassId &o) const |
| operator uint64 () const | |
Static Public Attributes | |
| static const CClassId | Null |
Private Attributes | |
| uint64 | Uid |
A unique id to specify Object by a uint64.
The Deriver should use a Max-like Id generator, to identify his own object.
Definition at line 42 of file class_id.h.
| NLMISC::CClassId::CClassId | ( | ) | [inline] |
Definition at line 50 of file class_id.h.
References Uid.
Definition at line 51 of file class_id.h.
References Uid.
| NLMISC::CClassId::CClassId | ( | uint64 | a | ) | [inline] |
Definition at line 52 of file class_id.h.
References Uid.
| NLMISC::CClassId::operator uint64 | ( | ) | const [inline] |
Definition at line 60 of file class_id.h.
References Uid.
Definition at line 54 of file class_id.h.
References Uid.
Definition at line 57 of file class_id.h.
References Uid.
Definition at line 55 of file class_id.h.
References Uid.
Definition at line 53 of file class_id.h.
References Uid.
Definition at line 58 of file class_id.h.
References Uid.
Definition at line 56 of file class_id.h.
References Uid.
const CClassId NLMISC::CClassId::Null [static] |
Definition at line 47 of file class_id.h.
Referenced by NL3D::CScene::createModel(), and NL3D::CScene::registerModel().
uint64 NLMISC::CClassId::Uid [private] |
Definition at line 44 of file class_id.h.
Referenced by CClassId(), operator uint64(), operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
1.6.1