
Public Member Functions | |
| LLUUIDAndName () | |
| LLUUIDAndName (const LLUUID &id, const LLString &name) | |
| bool | operator== (const LLUUIDAndName &rhs) const |
| bool | operator< (const LLUUIDAndName &rhs) const |
| bool | operator> (const LLUUIDAndName &rhs) const |
Public Attributes | |
| LLUUID | mID |
| LLString | mName |
Definition at line 2236 of file llinventorymodel.cpp.
| LLUUIDAndName::LLUUIDAndName | ( | ) | [inline] |
Definition at line 2238 of file llinventorymodel.cpp.
Definition at line 2248 of file llinventorymodel.cpp.
| bool LLUUIDAndName::operator== | ( | const LLUUIDAndName & | rhs | ) | const |
| bool LLUUIDAndName::operator< | ( | const LLUUIDAndName & | rhs | ) | const |
| bool LLUUIDAndName::operator> | ( | const LLUUIDAndName & | rhs | ) | const |
Definition at line 2244 of file llinventorymodel.cpp.
Referenced by operator<(), operator==(), and operator>().
1.5.5