Package org.ptolemy.fmi
Class NativeSizeT
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- org.ptolemy.fmi.NativeSizeT
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,java.io.Serializable
public class NativeSizeT extends com.sun.jna.IntegerType
A Java representation for a C type size_t, which is 32 or 64 bits.- Since:
- Ptolemy II 10.0
- Version:
- $Id$, $Id$
- Author:
- Christopher Brooks
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Constructor Summary
Constructors Constructor Description NativeSizeT()
Construct a zero-sized object.NativeSizeT(long value)
Construct size_t object with the given value.
-