| Package | Description |
|---|---|
| org.bytedeco.javacpp.annotation |
Contains all the annotation classes used by JavaCPP.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
SharedPtr
A shorthand for
@Adapter("SharedPtrAdapter<type>"). |
interface |
StdString
A shorthand for
@Cast("std::string&") @Adapter("StringAdapter"). |
interface |
StdVector
A shorthand for
@Adapter("VectorAdapter<type>"). |
interface |
UniquePtr
A shorthand for
@Adapter("UniquePtrAdapter<type>"). |
Copyright © 2017. All rights reserved.