Package org.bytedeco.javacpp.annotation
Annotation Type ByPtr
-
@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface ByPtrIndicates that an argument should get passed or returned by pointer. By default, allPointerand 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