Package org.bytedeco.javacpp.annotation
Annotation Type Opaque
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Opaque
This 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,Generator
then also ignores thePointer.position
value.- See Also:
Generator