Uses of Interface
dev.civl.abc.ast.conversion.IF.VoidPointerConversion
Packages that use VoidPointerConversion
Package
Description
Submodule ast.conversion provides classes for representing
to C's "implicit conversions".
-
Uses of VoidPointerConversion in dev.civl.abc.ast.conversion.IF
Methods in dev.civl.abc.ast.conversion.IF that return VoidPointerConversionModifier and TypeMethodDescriptionConversionFactory.voidPointerConversion(PointerType type1, PointerType type2) Creates a new conversion object between some pointer type and the typevoid*(pointer-to-void).