jnr.ffi
Class StructLayout.AbstractField

java.lang.Object
  extended by jnr.ffi.StructLayout.Field
      extended by jnr.ffi.StructLayout.AbstractField
Direct Known Subclasses:
StructLayout.AbstractBoolean, StructLayout.Function, StructLayout.Padding, StructLayout.String
Enclosing class:
StructLayout

protected abstract class StructLayout.AbstractField
extends StructLayout.Field

Base implementation of Member


Constructor Summary
protected StructLayout.AbstractField(int size, int align)
           
protected StructLayout.AbstractField(int size, int align, StructLayout.Offset offset)
           
protected StructLayout.AbstractField(NativeType type)
           
protected StructLayout.AbstractField(NativeType type, StructLayout.Offset offset)
           
protected StructLayout.AbstractField(Type type)
           
protected StructLayout.AbstractField(Type type, StructLayout.Offset offset)
           
 
Method Summary
 
Methods inherited from class jnr.ffi.StructLayout.Field
enclosing, offset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructLayout.AbstractField

protected StructLayout.AbstractField(int size,
                                     int align,
                                     StructLayout.Offset offset)

StructLayout.AbstractField

protected StructLayout.AbstractField(int size,
                                     int align)

StructLayout.AbstractField

protected StructLayout.AbstractField(NativeType type)

StructLayout.AbstractField

protected StructLayout.AbstractField(Type type)

StructLayout.AbstractField

protected StructLayout.AbstractField(NativeType type,
                                     StructLayout.Offset offset)

StructLayout.AbstractField

protected StructLayout.AbstractField(Type type,
                                     StructLayout.Offset offset)


Copyright © 2013. All Rights Reserved.