Uses of Class
org.rococoa.cocoa.carboncore.AVLTreeStruct

Packages that use AVLTreeStruct
org.rococoa.cocoa.carboncore   
 

Uses of AVLTreeStruct in org.rococoa.cocoa.carboncore
 

Subclasses of AVLTreeStruct in org.rococoa.cocoa.carboncore
static class AVLTreeStruct.ByReference
           
static class AVLTreeStruct.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return AVLTreeStruct
static AVLTreeStruct[] AVLTreeStruct.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type AVLTreeStruct
 void CarbonCoreLibrary.AVLDisposeItemProcPtr.invoke(AVLTreeStruct tree, Pointer dataP)
           
 int CarbonCoreLibrary.AVLCompareItemsProcPtr.invoke(AVLTreeStruct tree, Pointer i1, Pointer i2, short nd_typ)
           
 int CarbonCoreLibrary.InvokeAVLCompareItemsUPP(AVLTreeStruct tree, Pointer i1, Pointer i2, short nd_typ, CarbonCoreLibrary.AVLCompareItemsProcPtr userUPP)
          InvokeAVLCompareItemsUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : SInt32 InvokeAVLCompareItemsUPP(AVLTreePtr, const void*, const void*, AVLNodeType, AVLCompareItemsUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/AVLTree.h:363
 void CarbonCoreLibrary.InvokeAVLDisposeItemUPP(AVLTreeStruct tree, Pointer dataP, CarbonCoreLibrary.AVLDisposeItemProcPtr userUPP)
          InvokeAVLDisposeItemUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeAVLDisposeItemUPP(AVLTreePtr, const void*, AVLDisposeItemUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/AVLTree.h:393
 



Copyright © 2009. All Rights Reserved.