org.rococoa.cocoa.carboncore
Class UnicodeMapping

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

public class UnicodeMapping
extends com.ochafik.lang.jnaerator.runtime.Structure

Types used in conversion
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 UnicodeMapping.ByReference
           
static class UnicodeMapping.ByValue
           
 
Field Summary
 int mappingVersion
           
 int otherEncoding
           
 int unicodeEncoding
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
UnicodeMapping()
           
UnicodeMapping(int unicodeEncoding, int otherEncoding, int mappingVersion)
           
 
Method Summary
 UnicodeMapping.ByReference byReference()
           
 UnicodeMapping.ByValue byValue()
           
 UnicodeMapping 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

unicodeEncoding

public int unicodeEncoding

otherEncoding

public int otherEncoding

mappingVersion

public int mappingVersion
Constructor Detail

UnicodeMapping

public UnicodeMapping()

UnicodeMapping

public UnicodeMapping(int unicodeEncoding,
                      int otherEncoding,
                      int mappingVersion)
Method Detail

byReference

public UnicodeMapping.ByReference byReference()

byValue

public UnicodeMapping.ByValue byValue()

clone

public UnicodeMapping clone()
Overrides:
clone in class Object