#include <llstatemachine.h>

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 40 of file llstatemachine.h.
| LLUniqueID::LLUniqueID | ( | ) | [inline] |
| virtual LLUniqueID::~LLUniqueID | ( | ) | [inline, virtual] |
Definition at line 49 of file llstatemachine.h.
| U32 LLUniqueID::getID | ( | ) | [inline] |
| bool operator== | ( | const LLUniqueID & | a, | |
| const LLUniqueID & | b | |||
| ) | [friend] |
Definition at line 41 of file llstatemachine.cpp.
| bool operator!= | ( | const LLUniqueID & | a, | |
| const LLUniqueID & | b | |||
| ) | [friend] |
Definition at line 46 of file llstatemachine.cpp.
U32 LLUniqueID::sNextID = 0 [static, protected] |
U32 LLUniqueID::mId [protected] |
Definition at line 46 of file llstatemachine.h.
Referenced by getID(), LLUniqueID(), operator!=(), and operator==().
1.5.5