#include <llviewerobjectlist.h>
Collaboration diagram for LLViewerObjectList::OrphanInfo:
Public Member Functions | |
OrphanInfo () | |
OrphanInfo (const U64 parent_info, const LLUUID child_info) | |
bool | operator== (const OrphanInfo &rhs) const |
bool | operator!= (const OrphanInfo &rhs) const |
Public Attributes | |
U64 | mParentInfo |
LLUUID | mChildInfo |
Definition at line 138 of file llviewerobjectlist.h.
LLViewerObjectList::OrphanInfo::OrphanInfo | ( | ) |
Definition at line 1514 of file llviewerobjectlist.cpp.
Definition at line 1518 of file llviewerobjectlist.cpp.
bool LLViewerObjectList::OrphanInfo::operator!= | ( | const OrphanInfo & | rhs | ) | const |
bool LLViewerObjectList::OrphanInfo::operator== | ( | const OrphanInfo & | rhs | ) | const |
Definition at line 1523 of file llviewerobjectlist.cpp.
References mChildInfo, and mParentInfo.
Referenced by operator!=().