| Interface | Description |
|---|---|
| JPRACursor1DType<T> |
The type of cursors that address 1D arrays of values of type
T. |
| JPRACursor2DType<T> |
The type of cursors that address 2D arrays of values of type
T. |
| JPRACursorByteReadableType |
The type of cursors that expose byte offsets.
|
| JPRACursorType<T> |
The type of cursors that address elements of type
T. |
| JPRAStringCursorReadableType |
The type of read-only pointers to strings.
|
| JPRAStringCursorType |
The type of readable and writable strings.
|
| JPRAStringCursorWritableType |
The type of pointers to writable strings
|
| JPRATypeModelType |
The run-time
jpra type model. |
| JPRATypeModelType.JPRAScalarMatcherType<A,E extends Exception> |
The type of
jpra scalar type matchers. |
| JPRATypeModelType.JPRAScalarType |
The type of
jpra scalar types. |
| JPRATypeModelType.JPRATypeMatcherType<A,E extends Exception> |
The type of
jpra type matchers. |
| JPRATypeModelType.JPRATypeType |
The type of
jpra types. |
| JPRAValueByteBufferedConstructorType<T extends JPRAValueType> |
The type of constructors that yield
ByteBuffer-backed values. |
| JPRAValueType |
The type of values.
|
| Class | Description |
|---|---|
| JPRACursor1DByteBufferedChecked<T extends JPRAValueType> |
A 1D cursor implementation that addresses values within a
ByteBuffer
and performs bounds checking. |
| JPRACursor1DByteBufferedUnchecked<T extends JPRAValueType> |
A 1D cursor implementation that addresses values within a
ByteBuffer
and does not perform bounds checking. |
| JPRACursor2DByteBufferedChecked<T extends JPRAValueType> |
A 2D cursor implementation that addresses values within a
ByteBuffer
and performs bounds checking. |
| JPRACursor2DByteBufferedUnchecked<T extends JPRAValueType> |
A 2D cursor implementation that addresses values within a
ByteBuffer
and does not perform bounds checking. |
| JPRAStringCursorByteBuffered |
An implementation of the
JPRAStringCursorType that accesses an
underlying ByteBuffer. |
| JPRATypeModel |
JPRATypeModel contains immutable implementation classes generated from
abstract value types defined as nested inside JPRATypeModelType. |
| JPRATypeModel.JPRAArray |
The type of
jpra array types. |
| JPRATypeModel.JPRABooleanSet |
The type of
jpra string types. |
| JPRATypeModel.JPRAFloat |
The type of
jpra float types. |
| JPRATypeModel.JPRAIntegerSigned |
The type of
jpra signed integer types. |
| JPRATypeModel.JPRAIntegerSignedNormalized |
The type of
jpra signed normalized integer types. |
| JPRATypeModel.JPRAIntegerUnsigned |
The type of
jpra unsigned integer types. |
| JPRATypeModel.JPRAIntegerUnsignedNormalized |
The type of
jpra unsigned normalized integer types. |
| JPRATypeModel.JPRAMatrix |
The type of
jpra matrix types. |
| JPRATypeModel.JPRAString |
The type of
jpra string types. |
| JPRATypeModel.JPRAUserDefined |
The type of
jpra user-defined types. |
| JPRATypeModel.JPRAVector |
The type of
jpra vector types. |
| JPRATypeModelType.JPRAArrayType |
The type of
jpra array types. |
| JPRATypeModelType.JPRABooleanSetType |
The type of
jpra string types. |
| JPRATypeModelType.JPRAFloatType |
The type of
jpra float types. |
| JPRATypeModelType.JPRAIntegerSignedNormalizedType |
The type of
jpra signed normalized integer types. |
| JPRATypeModelType.JPRAIntegerSignedType |
The type of
jpra signed integer types. |
| JPRATypeModelType.JPRAIntegerUnsignedNormalizedType |
The type of
jpra unsigned normalized integer types. |
| JPRATypeModelType.JPRAIntegerUnsignedType |
The type of
jpra unsigned integer types. |
| JPRATypeModelType.JPRAMatrixType |
The type of
jpra matrix types. |
| JPRATypeModelType.JPRAStringType |
The type of
jpra string types. |
| JPRATypeModelType.JPRAUserDefinedType |
The type of
jpra user-defined types. |
| JPRATypeModelType.JPRAVectorType |
The type of
jpra vector types. |
| Enum | Description |
|---|---|
| JPRAStringTruncation |
Behaviour for string truncation.
|
| Annotation Type | Description |
|---|---|
| JPRAStyleType |
Style settings for generated immutable types.
|
Copyright © 2017 <code@io7m.com> http://io7m.com