org.jruby.ext.posix
Class HeapStruct.Field

java.lang.Object
  extended by org.jruby.ext.posix.HeapStruct.Field
Direct Known Subclasses:
HeapStruct.Int16, HeapStruct.Int32, HeapStruct.Int64, HeapStruct.Int8, HeapStruct.Long, HeapStruct.UInt16, HeapStruct.UInt32, HeapStruct.UInt8, HeapStruct.ULong
Enclosing class:
HeapStruct

protected abstract class HeapStruct.Field
extends java.lang.Object


Field Summary
 int align
           
 int offset
           
 int size
           
 
Constructor Summary
HeapStruct.Field(int size)
           
HeapStruct.Field(int size, int align)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

public final int size

align

public final int align

offset

public final int offset
Constructor Detail

HeapStruct.Field

public HeapStruct.Field(int size)

HeapStruct.Field

public HeapStruct.Field(int size,
                        int align)


Copyright © 2008. All Rights Reserved.