#include <llcallingcard.h>
Inheritance diagram for LLCollectProxyBuddies:
Public Types | |
typedef std::set< LLUUID > | buddy_list_t |
Public Member Functions | |
LLCollectProxyBuddies () | |
virtual | ~LLCollectProxyBuddies () |
virtual bool | operator() (const LLUUID &buddy_id, LLRelationship *buddy) |
---------------------------------------------------------------------------- | |
Public Attributes | |
buddy_list_t | mProxy |
Definition at line 196 of file llcallingcard.h.
typedef std::set<LLUUID> LLCollectProxyBuddies::buddy_list_t |
Definition at line 202 of file llcallingcard.h.
LLCollectProxyBuddies::LLCollectProxyBuddies | ( | ) | [inline] |
Definition at line 199 of file llcallingcard.h.
virtual LLCollectProxyBuddies::~LLCollectProxyBuddies | ( | ) | [inline, virtual] |
Definition at line 200 of file llcallingcard.h.
bool LLCollectProxyBuddies::operator() | ( | const LLUUID & | buddy_id, | |
LLRelationship * | buddy | |||
) | [virtual] |
----------------------------------------------------------------------------
Implements LLRelationshipFunctor.
Definition at line 793 of file llcallingcard.cpp.
References LLRelationship::GRANT_MODIFY_OBJECTS, LLRelationship::isRightGrantedFrom(), and mProxy.
Definition at line 203 of file llcallingcard.h.
Referenced by LLAgent::friendsChanged(), and operator()().