org.rococoa.cocoa.carboncore
Class XLibContainerHeader
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.XLibContainerHeader
- Direct Known Subclasses:
- XLibContainerHeader.ByReference, XLibContainerHeader.ByValue
public class XLibContainerHeader
- 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 |
tag1
public int tag1
tag2
public int tag2
currentFormat
public int currentFormat
containerStringsOffset
public int containerStringsOffset
exportHashOffset
public int exportHashOffset
exportKeyOffset
public int exportKeyOffset
exportSymbolOffset
public int exportSymbolOffset
exportNamesOffset
public int exportNamesOffset
exportHashTablePower
public int exportHashTablePower
exportedSymbolCount
public int exportedSymbolCount
fragNameOffset
public int fragNameOffset
fragNameLength
public int fragNameLength
dylibPathOffset
public int dylibPathOffset
dylibPathLength
public int dylibPathLength
cpuFamily
public int cpuFamily
cpuModel
public int cpuModel
dateTimeStamp
public int dateTimeStamp
currentVersion
public int currentVersion
oldDefVersion
public int oldDefVersion
oldImpVersion
public int oldImpVersion
XLibContainerHeader
public XLibContainerHeader()
byReference
public XLibContainerHeader.ByReference byReference()
byValue
public XLibContainerHeader.ByValue byValue()
clone
public XLibContainerHeader clone()
- Overrides:
clone
in class Object