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