tilus.ir.PointerType¶
- class tilus.ir.PointerType¶
A pointer type that stores the address to a value of a specific data type.
- __invert__(self)¶
Create a new pointer type that points to the current pointer type.
- Returns:
A new pointer type that points to the current pointer type.
- Return type:
- tilus.ir.void_p¶
A pointer to an unspecified data type, often used as a generic pointer type.
- Type: