org.rococoa.cocoa.carboncore
Class decimal.sig_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.decimal.sig_struct
- Direct Known Subclasses:
- decimal.sig_struct.ByReference, decimal.sig_struct.ByValue
- Enclosing class:
- decimal
public static class decimal.sig_struct
- extends com.ochafik.lang.jnaerator.runtime.Structure
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 |
length
public byte length
text
public byte[] text
unused
public byte unused
decimal.sig_struct
public decimal.sig_struct()
decimal.sig_struct
public decimal.sig_struct(byte length,
byte[] text,
byte unused)
byReference
public decimal.sig_struct.ByReference byReference()
byValue
public decimal.sig_struct.ByValue byValue()
clone
public decimal.sig_struct clone()
- Overrides:
clone
in class Object