org.rococoa.cocoa.carboncore
Class WideChar.a_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
Field Summary |
byte |
hi
|
byte |
lo
|
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 |
lo
public byte lo
hi
public byte hi
WideChar.a_struct
public WideChar.a_struct()
WideChar.a_struct
public WideChar.a_struct(byte lo,
byte hi)
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