org.rococoa.cocoa.carboncore
Class LongDateCvt.hl_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<LongDateCvt.hl_struct,LongDateCvt.hl_struct.ByValue,LongDateCvt.hl_struct.ByReference>
          extended by org.rococoa.cocoa.carboncore.LongDateCvt.hl_struct
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<LongDateCvt.hl_struct,LongDateCvt.hl_struct.ByValue,LongDateCvt.hl_struct.ByReference>>
Direct Known Subclasses:
LongDateCvt.hl_struct.ByReference, LongDateCvt.hl_struct.ByValue
Enclosing class:
LongDateCvt

public static class LongDateCvt.hl_struct
extends Structure<LongDateCvt.hl_struct,LongDateCvt.hl_struct.ByValue,LongDateCvt.hl_struct.ByReference>


Nested Class Summary
static class LongDateCvt.hl_struct.ByReference
           
static class LongDateCvt.hl_struct.ByValue
           
 
Field Summary
 int lHigh
           
 int lLow
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
LongDateCvt.hl_struct()
           
LongDateCvt.hl_struct(int lLow, int lHigh)
           
 
Method Summary
static LongDateCvt.hl_struct[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

lLow

public int lLow

lHigh

public int lHigh
Constructor Detail

LongDateCvt.hl_struct

public LongDateCvt.hl_struct()

LongDateCvt.hl_struct

public LongDateCvt.hl_struct(int lLow,
                             int lHigh)
Method Detail

newArray

public static LongDateCvt.hl_struct[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.