Uses of Package
org.bytedeco.javacpp
-
Packages that use org.bytedeco.javacpp 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. -
Classes in org.bytedeco.javacpp used by org.bytedeco.javacpp Class Description BooleanPointer The peer class to native pointers and arrays ofjboolean
.BoolPointer The peer class to native pointers and arrays ofbool
.BytePointer The peer class to native pointers and arrays ofsigned char
, including strings.CharPointer The peer class to native pointers and arrays ofshort
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 oflong
.DoublePointer The peer class to native pointers and arrays ofdouble
.FloatPointer The peer class to native pointers and arrays offloat
.IntPointer The peer class to native pointers and arrays ofint
, also used for UTF-32.LongPointer The peer class to native pointers and arrays oflong 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 ofPhantomReference
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 ofvoid*
.PointerScope Pointer
objects attach themselves automatically onPointer.init(long, long, long, long)
to the firstPointerScope
found inscopeStack
that they can to based on the classes found inforClasses
.ShortPointer The peer class to native pointers and arrays ofshort
.SizeTPointer The peer class to native pointers and arrays ofsize_t
. -
Classes in org.bytedeco.javacpp used by org.bytedeco.javacpp.indexer Class Description BooleanPointer The peer class to native pointers and arrays ofjboolean
.BytePointer The peer class to native pointers and arrays ofsigned char
, including strings.CharPointer The peer class to native pointers and arrays ofshort
for UTF-16.DoublePointer The peer class to native pointers and arrays ofdouble
.FloatPointer The peer class to native pointers and arrays offloat
.IntPointer The peer class to native pointers and arrays ofint
, also used for UTF-32.LongPointer The peer class to native pointers and arrays oflong 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 ofshort
. -
Classes in org.bytedeco.javacpp used by org.bytedeco.javacpp.presets Class 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 theClassProperties
produced from theirProperties
whenLoader.load(Class)
gets called on them. -
Classes in org.bytedeco.javacpp used by org.bytedeco.javacpp.tools Class Description ClassProperties Does the heavy lifting of collecting values off Properties annotations found on enclosing classes.