Package org.bytedeco.javacpp.annotation
Annotation Type SharedPtr
@Documented
@Retention(RUNTIME)
@Target({METHOD,PARAMETER})
@Adapter("SharedPtrAdapter")
public @interface SharedPtr
A shorthand for
@Adapter("SharedPtrAdapter<type>").
We can also define the SHARED_PTR_NAMESPACE macro
to something like boost instead of the default std.- See Also:
-
Optional Element Summary
Optional Elements