| Package | Description |
|---|---|
| org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
| org.bytedeco.javacpp.annotation |
Contains all the annotation classes used by JavaCPP.
|
| org.bytedeco.javacpp.chrono | |
| org.bytedeco.javacpp.global | |
| 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 |
|---|
| Cast
Indicates a type cast required on the argument to satisfy the native compiler.
|
| Name
Names the identifier of a native C++ struct, class, union, function, variable,
operator, macro, etc.
|
| Platform
Defines native properties for a top-level enclosing class as well as indicates
classes and methods that should be generated or not, for specified platforms.
|
| Properties
Makes it possible to define more than one set of properties for each platform.
|
| Raw
Allows passing and returning Java objects with native functions and raw JNI types.
|
| ValueGetter
An annotation indicating that a method should behave like a value getter.
|
| ValueSetter
An annotation indicating that a method should behave like a value setter.
|
| Class and Description |
|---|
| Adapter
Specifies a C++ class to act as an adapter between a target type and one or more adaptee type(s).
|
| Cast
Indicates a type cast required on the argument to satisfy the native compiler.
|
| Class and Description |
|---|
| ByRef
Indicates that an argument gets passed or returned by reference.
|
| ByVal
Indicates that an argument gets passed or returned by value.
|
| Cast
Indicates a type cast required on the argument to satisfy the native compiler.
|
| Const
A shortcut annotation to
Cast that simply adds const to the parameter type, function, or class. |
| MemberGetter
An annotation indicating that a method should behave like a member getter.
|
| Name
Names the identifier of a native C++ struct, class, union, function, variable,
operator, macro, etc.
|
| Properties
Makes it possible to define more than one set of properties for each platform.
|
| Class and Description |
|---|
| Properties
Makes it possible to define more than one set of properties for each platform.
|
| Class and Description |
|---|
| Properties
Makes it possible to define more than one set of properties for each platform.
|
| Class and Description |
|---|
| Allocator
An annotation indicating that a method should behave like an allocator.
|
Copyright © 2024. All rights reserved.