Package org.bytedeco.javacpp.annotation
Annotation Type Opaque
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface OpaqueThis annotation must be used for native types that get declared but not defined. Such types do not work with thesizeof()operator and their pointers do not support arithmetic, so for peer classes thus annotated,Generatorthen also ignores thePointer.positionvalue.- See Also:
Generator