Package org.bytedeco.javacpp.annotation
Annotation Type ByPtr
-
@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface ByPtr
Indicates that an argument should get passed or returned by pointer. By default, allPointer
and array arguments get passed by pointer. Since it is not used for any other purposes at the moment, this annotation has no effect.- See Also:
Generator