AVLTreeMap
#define _AVL_TREE_MAP_CLASS_NAME AVLTreeMap<Key, Value, NodeStrategy>
class AVLTreeMap : protected AVLTreeCompare {
AVLTreeMap(const NodeStrategy& strategy
virtual ~AVLTreeMap();
AVLTreeMap<FileHandle, Delegation*>::Iterator it;
AVLTreeMap<FileHandle, Delegation*> fHandleToDelegation;
AVLTreeMap<ino_t, FileInfo>::ConstIterator iterator = fMap.GetIterator();
AVLTreeMap<ino_t, FileInfo>::Iterator iterator = fMap.Find(id);
AVLTreeMap<ino_t, FileInfo>::Iterator iterator = fMap.Find(id);
AVLTreeMap<ino_t, FileInfo>::Iterator iterator = fMap.Find(id);
AVLTreeMap<ino_t, FileInfo> fMap;
AVLTreeMap<uid_t, AccessEntry>::Iterator it = fAccessCache.Find(uid);
AVLTreeMap<uid_t, AccessEntry>::Iterator it = fAccessCache.Find(uid);
AVLTreeMap<uid_t, AccessEntry> fAccessCache;
typedef AVLTreeMap<Key, Value, NodeStrategy> TreeMap;
typedef AVLTreeMap<Key, Value, NodeStrategy> TreeMap;