#include <llstatemachine.h>
Inheritance diagram for LLUniqueID:
Public Member Functions | |
LLUniqueID () | |
virtual | ~LLUniqueID () |
U32 | getID () |
Protected Attributes | |
U32 | mId |
Static Protected Attributes | |
static U32 | sNextID = 0 |
Friends | |
bool | operator== (const LLUniqueID &a, const LLUniqueID &b) |
bool | operator!= (const LLUniqueID &a, const LLUniqueID &b) |
Definition at line 41 of file llstatemachine.h.
LLUniqueID::LLUniqueID | ( | ) | [inline] |
virtual LLUniqueID::~LLUniqueID | ( | ) | [inline, virtual] |
Definition at line 50 of file llstatemachine.h.
U32 LLUniqueID::getID | ( | ) | [inline] |
bool operator!= | ( | const LLUniqueID & | a, | |
const LLUniqueID & | b | |||
) | [friend] |
Definition at line 46 of file llstatemachine.cpp.
bool operator== | ( | const LLUniqueID & | a, | |
const LLUniqueID & | b | |||
) | [friend] |
Definition at line 41 of file llstatemachine.cpp.
U32 LLUniqueID::mId [protected] |
U32 LLUniqueID::sNextID = 0 [static, protected] |