JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.bytedeco.javacpp.annotation
Annotation Type StdBasicString
@Documented
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
PARAMETER
})
@Adapter
("BasicStringAdapter")
public @interface
StdBasicString
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
The template type of
BasicStringAdapter
.
Element Details
value
String
value
The template type of
BasicStringAdapter
. If not specified, it is inferred from the value type of the
Pointer
or Java array.
Default:
""