org.rococoa.cocoa.corefoundation
Interface CoreFoundationLibrary.CFComparatorFunction
- All Superinterfaces:
- Callback
- Enclosing interface:
- CoreFoundationLibrary
public static interface CoreFoundationLibrary.CFComparatorFunction
- extends Callback
A standard comparison function
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h
invoke
int invoke(Pointer val1,
Pointer val2,
Pointer context)
- See Also:
CoreFoundationLibrary.CFComparisonResult
Copyright © 2009. All Rights Reserved.