org.jruby.ext.posix
Class HeapStruct.Int64

java.lang.Object
  extended by org.jruby.ext.posix.HeapStruct.Field
      extended by org.jruby.ext.posix.HeapStruct.Int64
Direct Known Subclasses:
HeapStruct.LongLong
Enclosing class:
HeapStruct

protected class HeapStruct.Int64
extends HeapStruct.Field


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

Constructor Detail

HeapStruct.Int64

public HeapStruct.Int64()

HeapStruct.Int64

public HeapStruct.Int64(long value)
Method Detail

get

public final long get()

set

public final void set(long value)


Copyright © 2010. All Rights Reserved.