|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CClassId Class ReferenceA unique id to specify Object by a uint64.
More...
#include <class_id.h>
Inheritance diagram for NLMISC::CClassId:
List of all members.
Detailed Description
A unique id to specify Object by a uint64.
The Deriver should use a Max-like Id generator, to identify his own object. -
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2000
Definition at line 44 of file class_id.h.
Constructor & Destructor Documentation
NLMISC::CClassId::CClassId |
( |
|
) |
[inline] |
|
|
Definition at line 52 of file class_id.h.
References Uid.
Referenced by NLMISC::CEvent::CEvent, NLMISC::CEventKey::CEventKey, NLMISC::CEventMouse::CEventMouse, NLMISC::CGameDeviceEvent::CGameDeviceEvent, NLMISC::CGDButton::CGDButton, operator!=, operator<, operator<=, operator==, operator>, and operator>=. |
NLMISC::CClassId::CClassId |
( |
uint64 |
a |
) |
[inline] |
|
Member Function Documentation
NLMISC::CClassId::operator uint64 |
( |
|
) |
const [inline] |
|
bool NLMISC::CClassId::operator!= |
( |
const CClassId & |
o |
) |
const [inline] |
|
bool NLMISC::CClassId::operator< |
( |
const CClassId & |
o |
) |
const [inline] |
|
bool NLMISC::CClassId::operator<= |
( |
const CClassId & |
o |
) |
const [inline] |
|
bool NLMISC::CClassId::operator== |
( |
const CClassId & |
o |
) |
const [inline] |
|
bool NLMISC::CClassId::operator> |
( |
const CClassId & |
o |
) |
const [inline] |
|
bool NLMISC::CClassId::operator>= |
( |
const CClassId & |
o |
) |
const [inline] |
|
Member Data Documentation
const CClassId NLMISC::CClassId::Null [static]
|
|
uint64 NLMISC::CClassId::Uid [private]
|
|
The documentation for this class was generated from the following files:
|
|