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 |
StdMove
A shorthand for
@Adapter("MoveAdapter<type>") . |
interface |
StdString
A shorthand for
@Cast("std::string&") @Adapter("StringAdapter<char>") . |
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 © 2020. All rights reserved.