Class | Description |
---|---|
CArrayFacade<T> |
This is the facade class for fixed length arrays.
|
CFacade |
CFacade is the base class of all complex types
(structs). |
CPointer<T> |
Objects of this class represent a C pointer in Java.
|
CPointerMutable<T> |
This class is the mutable variant of
CPointer . |
int64 |
This class has been introduced to carry type information for
int64 types over to the runtime model and allow instantiation
of template classes with int64 as template parameter
(e.g.
|
UnsignedLong |
This class provides methods to deal with unsigned long values in Java.
|
Annotation Type | Description |
---|---|
CMetaData |
This annotation is used for classes
derived from
CFacade . |