Package org.bytedeco.javacpp.annotation
Annotation Type ByPtrPtr
-
@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface ByPtrPtrIndicates that an argument gets passed or returned by a pointer to a pointer. This is usually used as a shortcut for the more versatilePointerPointerpeer class, but where the latter is not needed because the argument is not an array.- See Also:
Generator