| 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.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.
|
| Class and Description |
|---|
| Adapter
Specifies a C++ class to act as an adapter to convert the types of arguments.
|
| Cast
Indicates a type cast required on the argument to satisfy the native compiler.
|
| Class and Description |
|---|
| 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.
|
Copyright © 2016. All rights reserved.