TreeMapIterator
typedef typename TWO_KEY_AVL_TREE_CLASS_NAME::TreeMapIterator
Iterator(const TreeMapIterator& iterator)
inline void _SetTo(const TreeMapIterator& iterator)
TWO_KEY_AVL_TREE_CLASS_NAME::TreeMapIterator fIterator;
TreeMapIterator it = fTreeMap.Find(Key(primaryKey, secondaryKey));
TreeMapIterator it = fTreeMap.GetIterator();
TreeMapIterator it;
typedef typename TWO_KEY_AVL_TREE_CLASS_NAME::TreeMapIterator
Iterator(const TreeMapIterator &iterator)
inline void _SetTo(const TreeMapIterator &iterator)
TWO_KEY_AVL_TREE_CLASS_NAME::TreeMapIterator fIterator;
TreeMapIterator it = fTreeMap.Find(Key(primaryKey, secondaryKey));
TreeMapIterator it = fTreeMap.GetIterator();
TreeMapIterator it;