org.rococoa.cocoa.carboncore
Class WideChar.a_struct

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

public static class WideChar.a_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class WideChar.a_struct.ByReference
           
static class WideChar.a_struct.ByValue
           
 
Field Summary
 byte hi
           
 byte lo
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
WideChar.a_struct()
           
WideChar.a_struct(byte lo, byte hi)
           
 
Method Summary
 WideChar.a_struct.ByReference byReference()
           
 WideChar.a_struct.ByValue byValue()
           
 WideChar.a_struct 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

lo

public byte lo

hi

public byte hi
Constructor Detail

WideChar.a_struct

public WideChar.a_struct()

WideChar.a_struct

public WideChar.a_struct(byte lo,
                         byte hi)
Method Detail

byReference

public WideChar.a_struct.ByReference byReference()

byValue

public WideChar.a_struct.ByValue byValue()

clone

public WideChar.a_struct clone()
Overrides:
clone in class Object