org.rococoa.cocoa.corefoundation
Class CFDictionaryKeyCallBacks

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<CFDictionaryKeyCallBacks,CFDictionaryKeyCallBacks.ByValue,CFDictionaryKeyCallBacks.ByReference>
          extended by org.rococoa.cocoa.corefoundation.CFDictionaryKeyCallBacks
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<CFDictionaryKeyCallBacks,CFDictionaryKeyCallBacks.ByValue,CFDictionaryKeyCallBacks.ByReference>>
Direct Known Subclasses:
CFDictionaryKeyCallBacks.ByReference, CFDictionaryKeyCallBacks.ByValue

public class CFDictionaryKeyCallBacks
extends Structure<CFDictionaryKeyCallBacks,CFDictionaryKeyCallBacks.ByValue,CFDictionaryKeyCallBacks.ByReference>

native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class CFDictionaryKeyCallBacks.ByReference
           
static class CFDictionaryKeyCallBacks.ByValue
           
 
Field Summary
 CoreFoundationLibrary.CFDictionaryEqualCallBack equal
           
 CoreFoundationLibrary.CFDictionaryReleaseCallBack release
           
 CoreFoundationLibrary.CFDictionaryRetainCallBack retain
           
 NativeLong version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
CFDictionaryKeyCallBacks()
           
CFDictionaryKeyCallBacks(NativeLong version, CoreFoundationLibrary.CFDictionaryRetainCallBack retain, CoreFoundationLibrary.CFDictionaryReleaseCallBack release, CoreFoundationLibrary.CFDictionaryEqualCallBack equal)
           
 
Method Summary
static CFDictionaryKeyCallBacks[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

version

public NativeLong version

retain

public CoreFoundationLibrary.CFDictionaryRetainCallBack retain

release

public CoreFoundationLibrary.CFDictionaryReleaseCallBack release

equal

public CoreFoundationLibrary.CFDictionaryEqualCallBack equal
Constructor Detail

CFDictionaryKeyCallBacks

public CFDictionaryKeyCallBacks()

CFDictionaryKeyCallBacks

public CFDictionaryKeyCallBacks(NativeLong version,
                                CoreFoundationLibrary.CFDictionaryRetainCallBack retain,
                                CoreFoundationLibrary.CFDictionaryReleaseCallBack release,
                                CoreFoundationLibrary.CFDictionaryEqualCallBack equal)
Parameters:
version - C type : CFIndex
retain - C type : CFDictionaryRetainCallBack
release - C type : CFDictionaryReleaseCallBack
equal - C type : CFDictionaryEqualCallBack
Method Detail

newArray

public static CFDictionaryKeyCallBacks[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.