| Package | Description |
|---|---|
| org.bytedeco.javacpp.annotation |
Contains all the annotation classes used by JavaCPP.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Optional
A shorthand for
@Adapter("OptionalAdapter<type>"). |
interface |
SharedPtr
A shorthand for
@Adapter("SharedPtrAdapter<type>"). |
interface |
StdBasicString |
interface |
StdMove
A shorthand for
@Adapter("MoveAdapter<type>"). |
interface |
StdString
A shorthand for
@Cast("std::string&") @Adapter("StringAdapter<char>"). |
interface |
StdU16String |
interface |
StdU32String |
interface |
StdVector
A shorthand for
@Adapter("VectorAdapter<type>"). |
interface |
StdWString
A shorthand for
@Cast("std::wstring&") @Adapter("StringAdapter<wchar_t>"). |
interface |
UniquePtr
A shorthand for
@Adapter("UniquePtrAdapter<type>"). |
Copyright © 2024. All rights reserved.