Package org.bytedeco.javacpp.annotation
Annotation Interface Opaque
This annotation must be used for native types that get declared but not defined.
Such types do not work with the
sizeof()
operator and their pointers
do not support arithmetic, so for peer classes thus annotated, Generator
then also ignores the Pointer.position
value.- See Also: