#include <llregionnamecache.h>
Collaboration diagram for LLRegionNameCache:

Public Member Functions | |
| LLRegionNameCache () | |
| void | put (const LLUUID ®ion, const LLString &name) |
| LLString | get (const LLUUID ®ion) |
| void | exportFile (const LLString &filename) |
| void | importFile (const LLString &filename, bool is_static) |
Private Attributes | |
| std::map< LLUUID, LLRegionNameCacheEntry > | mCache |
Definition at line 44 of file llregionnamecache.h.
| LLRegionNameCache::LLRegionNameCache | ( | ) | [inline] |
Definition at line 47 of file llregionnamecache.h.
Definition at line 57 of file llregionnamecache.cpp.
References llendl, llerrs, llinfos, llofstream, and mCache.
Referenced by save_region_name_cache().
Definition at line 49 of file llregionnamecache.cpp.
References LLUUID::isNull(), and mCache.
Referenced by LLFloaterChat::getChatPosition().
Definition at line 92 of file llregionnamecache.cpp.
References count, LLXmlTreeNode::getAttributeUUID(), LLXmlTreeNode::getFirstChild(), LLXmlTreeNode::getName(), LLXmlTreeNode::getNextChild(), LLXmlTree::getRoot(), LLXmlTreeNode::getTextContents(), LLUUID::isNull(), llendl, llinfos, llwarns, mCache, LLXmlTree::parseFile(), and S32.
Referenced by load_region_name_cache().
Definition at line 36 of file llregionnamecache.cpp.
References llendl, llinfos, and mCache.
Referenced by process_agent_movement_complete().
std::map<LLUUID,LLRegionNameCacheEntry> LLRegionNameCache::mCache [private] |
Definition at line 55 of file llregionnamecache.h.
Referenced by exportFile(), get(), importFile(), and put().
1.4.7