Package | Description |
---|---|
org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
org.bytedeco.javacpp.indexer |
Contains classes for multidimensional access of arrays and buffers.
|
org.bytedeco.javacpp.presets |
Contains base presets which can be inherited.
|
org.bytedeco.javacpp.tools |
Contains classes used at build time by JavaCPP.
|
Class and Description |
---|
BooleanPointer
The peer class to native pointers and arrays of
jboolean . |
BoolPointer
The peer class to native pointers and arrays of
bool . |
BytePointer
The peer class to native pointers and arrays of
signed char , including strings. |
CharPointer
The peer class to native pointers and arrays of
short for UTF-16. |
ClassProperties
Does the heavy lifting of collecting values off Properties annotations found
on enclosing classes.
|
CLongPointer
The peer class to native pointers and arrays of
long . |
DoublePointer
The peer class to native pointers and arrays of
double . |
FloatPointer
The peer class to native pointers and arrays of
float . |
IntPointer
The peer class to native pointers and arrays of
int , also used for UTF-32. |
LongPointer
The peer class to native pointers and arrays of
long long . |
Pointer
All peer classes to native types must be descended from Pointer, the topmost class.
|
Pointer.Deallocator
The interface to implement to produce a Deallocator usable by Pointer.
|
Pointer.DeallocatorReference
A subclass of
PhantomReference that also acts as a linked
list to keep their references alive until they get garbage collected. |
Pointer.ReferenceCounter |
PointerPointer
The peer class to native pointers and arrays of
void* . |
PointerScope
Pointer objects attach themselves automatically on Pointer.init(long, long, long, long) to the first PointerScope
found in PointerScope.scopeStack that they can to based on the classes found in PointerScope.forClasses . |
ShortPointer
The peer class to native pointers and arrays of
short . |
SizeTPointer
The peer class to native pointers and arrays of
size_t . |
Class and Description |
---|
BooleanPointer
The peer class to native pointers and arrays of
jboolean . |
BytePointer
The peer class to native pointers and arrays of
signed char , including strings. |
CharPointer
The peer class to native pointers and arrays of
short for UTF-16. |
DoublePointer
The peer class to native pointers and arrays of
double . |
FloatPointer
The peer class to native pointers and arrays of
float . |
IntPointer
The peer class to native pointers and arrays of
int , also used for UTF-32. |
LongPointer
The peer class to native pointers and arrays of
long long . |
Pointer
All peer classes to native types must be descended from Pointer, the topmost class.
|
ShortPointer
The peer class to native pointers and arrays of
short . |
Class and Description |
---|
ClassProperties
Does the heavy lifting of collecting values off Properties annotations found
on enclosing classes.
|
LoadEnabled
Classes implementing this interface can access and modify the
ClassProperties
produced from their Properties when Loader.load(Class) gets called on them. |
Class and Description |
---|
ClassProperties
Does the heavy lifting of collecting values off Properties annotations found
on enclosing classes.
|
Copyright © 2023. All rights reserved.