org.rococoa.cocoa.carboncore
Class LongDateRec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.Union
          extended by com.ochafik.lang.jnaerator.runtime.Union
              extended by org.rococoa.cocoa.carboncore.LongDateRec
Direct Known Subclasses:
LongDateRec.ByReference, LongDateRec.ByValue

public class LongDateRec
extends com.ochafik.lang.jnaerator.runtime.Union

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 LongDateRec.ByReference
           
static class LongDateRec.ByValue
           
static class LongDateRec.ld_struct
           
static class LongDateRec.od_struct
           
 
Field Summary
 LongDateRec.ld_struct ld
           
 short[] list
           
 LongDateRec.od_struct od
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
LongDateRec()
           
LongDateRec(LongDateRec.ld_struct ld)
           
LongDateRec(LongDateRec.od_struct od)
           
LongDateRec(short[] list)
           
 
Method Summary
 LongDateRec.ByReference byReference()
           
 LongDateRec.ByValue byValue()
           
 LongDateRec clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union
setupClone
 
Methods inherited from class com.sun.jna.Union
getNativeAlignment, getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getPointer, getStructAlignment, hashCode, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ld

public LongDateRec.ld_struct ld

list

public short[] list

od

public LongDateRec.od_struct od
Constructor Detail

LongDateRec

public LongDateRec()

LongDateRec

public LongDateRec(short[] list)

LongDateRec

public LongDateRec(LongDateRec.ld_struct ld)

LongDateRec

public LongDateRec(LongDateRec.od_struct od)
Method Detail

byReference

public LongDateRec.ByReference byReference()

byValue

public LongDateRec.ByValue byValue()

clone

public LongDateRec clone()
Overrides:
clone in class Object