#include <llcallingcard.h>


Public Types | |
| typedef std::map< std::string, LLUUID, LLDictionaryLess > | buddy_map_t |
Public Member Functions | |
| LLCollectMappableBuddies () | |
| virtual | ~LLCollectMappableBuddies () |
| virtual bool | operator() (const LLUUID &buddy_id, LLRelationship *buddy) |
Public Attributes | |
| buddy_map_t | mMappable |
| std::string | mFirst |
| std::string | mLast |
Definition at line 207 of file llcallingcard.h.
| typedef std::map<std::string, LLUUID, LLDictionaryLess> LLCollectMappableBuddies::buddy_map_t |
Definition at line 213 of file llcallingcard.h.
| LLCollectMappableBuddies::LLCollectMappableBuddies | ( | ) | [inline] |
Definition at line 210 of file llcallingcard.h.
| virtual LLCollectMappableBuddies::~LLCollectMappableBuddies | ( | ) | [inline, virtual] |
Definition at line 211 of file llcallingcard.h.
| bool LLCollectMappableBuddies::operator() | ( | const LLUUID & | buddy_id, | |
| LLRelationship * | buddy | |||
| ) | [virtual] |
Implements LLRelationshipFunctor.
Definition at line 814 of file llcallingcard.cpp.
References gCacheName, LLCacheName::getName(), LLRelationship::GRANT_MAP_LOCATION, LLRelationship::isOnline(), LLRelationship::isRightGrantedFrom(), mFirst, mLast, and mMappable.

Definition at line 214 of file llcallingcard.h.
Referenced by LLFloaterWorldMap::buildAvatarIDList(), and operator()().
| std::string LLCollectMappableBuddies::mFirst |
| std::string LLCollectMappableBuddies::mLast |
1.5.5