org.jruby.ext.posix
Class HeapStruct.Int32

java.lang.Object
  extended by org.jruby.ext.posix.HeapStruct.Field
      extended by org.jruby.ext.posix.HeapStruct.Int32
Direct Known Subclasses:
FreeBSDHeapFileStat.dev_t, HeapStruct.Integer, OpenBSDHeapFileStat.dev_t
Enclosing class:
HeapStruct

protected class HeapStruct.Int32
extends HeapStruct.Field


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

Constructor Detail

HeapStruct.Int32

public HeapStruct.Int32()

HeapStruct.Int32

public HeapStruct.Int32(int value)
Method Detail

get

public final int get()

set

public final void set(int value)


Copyright © 2011. All Rights Reserved.