
Public Member Functions | |
| UUIDTableEntry () | |
| UUIDTableEntry (const LLUUID &id, U32 value) | |
| ~UUIDTableEntry () | |
| const LLUUID & | getID () |
| const U32 & | getValue () |
Static Public Member Functions | |
| static BOOL | uuidEq (const LLUUID &uuid, const UUIDTableEntry &id_pair) |
Protected Attributes | |
| LLUUID | mID |
| U32 | mValue |
Definition at line 41 of file lluuidhashmap_tut.cpp.
| tut::UUIDTableEntry::UUIDTableEntry | ( | ) | [inline] |
Definition at line 44 of file lluuidhashmap_tut.cpp.
References mID, mValue, and LLUUID::setNull().

| tut::UUIDTableEntry::~UUIDTableEntry | ( | ) | [inline] |
Definition at line 56 of file lluuidhashmap_tut.cpp.
| static BOOL tut::UUIDTableEntry::uuidEq | ( | const LLUUID & | uuid, | |
| const UUIDTableEntry & | id_pair | |||
| ) | [inline, static] |
| const LLUUID& tut::UUIDTableEntry::getID | ( | ) | [inline] |
| const U32& tut::UUIDTableEntry::getValue | ( | ) | [inline] |
LLUUID tut::UUIDTableEntry::mID [protected] |
Definition at line 71 of file lluuidhashmap_tut.cpp.
Referenced by getID(), uuidEq(), and UUIDTableEntry().
U32 tut::UUIDTableEntry::mValue [protected] |
Definition at line 72 of file lluuidhashmap_tut.cpp.
Referenced by getValue(), and UUIDTableEntry().
1.5.5