org.rococoa.cocoa.carboncore
Class TECPluginStateRec

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

public class TECPluginStateRec
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 TECPluginStateRec.ByReference
           
static class TECPluginStateRec.ByValue
           
 
Field Summary
 int longState1
           
 int longState2
           
 int longState3
           
 int longState4
           
 byte state1
           
 byte state2
           
 byte state3
           
 byte state4
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
TECPluginStateRec()
           
TECPluginStateRec(byte state1, byte state2, byte state3, byte state4, int longState1, int longState2, int longState3, int longState4)
           
 
Method Summary
 TECPluginStateRec.ByReference byReference()
           
 TECPluginStateRec.ByValue byValue()
           
 TECPluginStateRec 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

state1

public byte state1

state2

public byte state2

state3

public byte state3

state4

public byte state4

longState1

public int longState1

longState2

public int longState2

longState3

public int longState3

longState4

public int longState4
Constructor Detail

TECPluginStateRec

public TECPluginStateRec()

TECPluginStateRec

public TECPluginStateRec(byte state1,
                         byte state2,
                         byte state3,
                         byte state4,
                         int longState1,
                         int longState2,
                         int longState3,
                         int longState4)
Method Detail

byReference

public TECPluginStateRec.ByReference byReference()

byValue

public TECPluginStateRec.ByValue byValue()

clone

public TECPluginStateRec clone()
Overrides:
clone in class Object