#include <llcallingcard.h>
Inheritance diagram for LLRelationshipFunctor:
Public Member Functions | |
virtual | ~LLRelationshipFunctor () |
virtual bool | operator() (const LLUUID &buddy_id, LLRelationship *buddy)=0 |
Definition at line 76 of file llcallingcard.h.
virtual LLRelationshipFunctor::~LLRelationshipFunctor | ( | ) | [inline, virtual] |
Definition at line 79 of file llcallingcard.h.
virtual bool LLRelationshipFunctor::operator() | ( | const LLUUID & | buddy_id, | |
LLRelationship * | buddy | |||
) | [pure virtual] |
Implemented in LLCollectProxyBuddies, LLCollectMappableBuddies, LLCollectOnlineBuddies, and LLCollectAllBuddies.