org.jruby.ext.posix
Class HeapStruct.Integer

java.lang.Object
  extended by org.jruby.ext.posix.HeapStruct.Field
      extended by org.jruby.ext.posix.HeapStruct.Int32
          extended by org.jruby.ext.posix.HeapStruct.Integer
Enclosing class:
HeapStruct

protected class HeapStruct.Integer
extends HeapStruct.Int32


Field Summary
 
Fields inherited from class org.jruby.ext.posix.HeapStruct.Field
align, offset, size
 
Constructor Summary
HeapStruct.Integer()
           
HeapStruct.Integer(int value)
           
 
Method Summary
 
Methods inherited from class org.jruby.ext.posix.HeapStruct.Int32
get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapStruct.Integer

public HeapStruct.Integer()

HeapStruct.Integer

public HeapStruct.Integer(int value)