|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Number
com.sun.jna.IntegerType
org.ptolemy.fmi.NativeSizeT
public class NativeSizeT
A Java representation for a C type size_t, which is 32 or 64 bits.
| Red (cxh) |
| Red (cxh) |
| Constructor Summary | |
|---|---|
NativeSizeT()
Construct a zero-sized object. |
|
NativeSizeT(long value)
Construct size_t object with the given value. |
|
| Method Summary |
|---|
| Methods inherited from class com.sun.jna.IntegerType |
|---|
doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString |
| Methods inherited from class java.lang.Number |
|---|
byteValue, shortValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NativeSizeT()
public NativeSizeT(long value)
value - The given value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||