Uses of Interface
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AVLCompareItemsProcPtr

Packages that use CarbonCoreLibrary.AVLCompareItemsProcPtr
org.rococoa.cocoa.carboncore   
 

Uses of CarbonCoreLibrary.AVLCompareItemsProcPtr in org.rococoa.cocoa.carboncore
 

Methods in org.rococoa.cocoa.carboncore that return CarbonCoreLibrary.AVLCompareItemsProcPtr
 CarbonCoreLibrary.AVLCompareItemsProcPtr CarbonCoreLibrary.NewAVLCompareItemsUPP(CarbonCoreLibrary.AVLCompareItemsProcPtr userRoutine)
          NewAVLCompareItemsUPP()

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 : AVLCompareItemsUPP NewAVLCompareItemsUPP(AVLCompareItemsProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/AVLTree.h:275
 

Methods in org.rococoa.cocoa.carboncore with parameters of type CarbonCoreLibrary.AVLCompareItemsProcPtr
 void CarbonCoreLibrary.DisposeAVLCompareItemsUPP(CarbonCoreLibrary.AVLCompareItemsProcPtr userUPP)
          DisposeAVLCompareItemsUPP()

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 DisposeAVLCompareItemsUPP(AVLCompareItemsUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/AVLTree.h:319
 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
 CarbonCoreLibrary.AVLCompareItemsProcPtr CarbonCoreLibrary.NewAVLCompareItemsUPP(CarbonCoreLibrary.AVLCompareItemsProcPtr userRoutine)
          NewAVLCompareItemsUPP()

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 : AVLCompareItemsUPP NewAVLCompareItemsUPP(AVLCompareItemsProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/AVLTree.h:275
 



Copyright © 2009. All Rights Reserved.