LeftMost
AVLTreeNode* node = fTree.LeftMost();
AVLTreeNode* node = fTree.LeftMost(_GetAVLTreeNode(value));
Value* LeftMost() const;
Value* LeftMost(Value* value) const;
return LeftMost(fRoot);
return AVLTreeIterator(this, NULL, LeftMost());
inline AVLTreeNode* LeftMost() const;
AVLTreeNode* LeftMost(AVLTreeNode* node) const;
next != NULL ? next : fAreas.LeftMost());
VMUserArea* area = fAreas.LeftMost();