Package org.graalvm.nativeimage.c.struct
Annotation Interface CTypedefOfInfo
Informational only. Used to document the base type of a type mentioned in a C interface
annotation. Currently use with
CPointerTo
to inform about the base primitive type of the
type pointed to.- Since:
- 19.0
-
Optional Element Summary
-
Element Details
-
value
String valueSpecifies the base type the C type of this annotated C interface class is a typedef of. (i.e., typedef a1 a0; typedef a2 a1; => base type of a2 is a0)- Since:
- 19.0
- Default:
""
-