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] |
tut::UUIDTableEntry::~UUIDTableEntry | ( | ) | [inline] |
Definition at line 56 of file lluuidhashmap_tut.cpp.
const LLUUID& tut::UUIDTableEntry::getID | ( | ) | [inline] |
const U32& tut::UUIDTableEntry::getValue | ( | ) | [inline] |
static BOOL tut::UUIDTableEntry::uuidEq | ( | const LLUUID & | uuid, | |
const UUIDTableEntry & | id_pair | |||
) | [inline, static] |
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().