org.rococoa.cocoa.carboncore
Class XLibContainerHeader

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class XLibContainerHeader.ByReference
           
static class XLibContainerHeader.ByValue
           
 
Field Summary
 int containerStringsOffset
           
 int cpuFamily
           
 int cpuModel
           
 int currentFormat
           
 int currentVersion
           
 int dateTimeStamp
           
 int dylibPathLength
           
 int dylibPathOffset
           
 int exportedSymbolCount
           
 int exportHashOffset
           
 int exportHashTablePower
           
 int exportKeyOffset
           
 int exportNamesOffset
           
 int exportSymbolOffset
           
 int fragNameLength
           
 int fragNameOffset
           
 int oldDefVersion
           
 int oldImpVersion
           
 int tag1
           
 int tag2
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
XLibContainerHeader()
           
 
Method Summary
 XLibContainerHeader.ByReference byReference()
           
 XLibContainerHeader.ByValue byValue()
           
 XLibContainerHeader clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

XLibContainerHeader

public XLibContainerHeader()
Method Detail

byReference

public XLibContainerHeader.ByReference byReference()

byValue

public XLibContainerHeader.ByValue byValue()

clone

public XLibContainerHeader clone()
Overrides:
clone in class Object