enum AVLNodeType { kAVLIsTree = , kAVLIsLeftBranch = 1, kAVLIsRightBranch = 2, kAVLIsLeaf = 3, kAVLNullNode = 4 };
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)