NameIndexPrimaryKey
NameIndexPrimaryKey(const Node* entry, const char* name = NULL)
NameIndexPrimaryKey(const char* name)
inline NameIndexPrimaryKey operator()(const Node* a)
return NameIndexPrimaryKey(a);
inline NameIndexPrimaryKey operator()(const Node* a) const
return NameIndexPrimaryKey(a);
inline int operator()(const NameIndexPrimaryKey &a,
const NameIndexPrimaryKey &b) const
typedef TwoKeyAVLTree<Node*, NameIndexPrimaryKey, NameIndexPrimaryKeyCompare,
= fEntries->Find(NameIndexPrimaryKey(entry, oldName), entry, &it);
NameIndexPrimaryKey(const Entry *entry,
NameIndexPrimaryKey(const char *name)
inline NameIndexPrimaryKey operator()(const Entry *a)
return NameIndexPrimaryKey(a);
inline NameIndexPrimaryKey operator()(const Entry *a) const
return NameIndexPrimaryKey(a);
inline int operator()(const NameIndexPrimaryKey &a,
const NameIndexPrimaryKey &b) const
typedef TwoKeyAVLTree<Entry*, NameIndexPrimaryKey, NameIndexPrimaryKeyCompare,