org.rococoa.cocoa.corefoundation
Class CFTreeContext
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.corefoundation.CFTreeContext
- Direct Known Subclasses:
- CFTreeContext.ByReference, CFTreeContext.ByValue
public class CFTreeContext
- extends com.ochafik.lang.jnaerator.runtime.Structure
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.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
version
public NativeLong version
info
public Pointer info
retain
public CoreFoundationLibrary.CFTreeRetainCallBack retain
release
public CoreFoundationLibrary.CFTreeReleaseCallBack release
CFTreeContext
public CFTreeContext()
CFTreeContext
public CFTreeContext(NativeLong version,
Pointer info,
CoreFoundationLibrary.CFTreeRetainCallBack retain,
CoreFoundationLibrary.CFTreeReleaseCallBack release)
byReference
public CFTreeContext.ByReference byReference()
byValue
public CFTreeContext.ByValue byValue()
clone
public CFTreeContext clone()
- Overrides:
clone
in class Object