next | previous | forward | backward | up | top | index | toc | Macaulay2 website
ForeignFunctions :: ForeignPointerType

ForeignPointerType -- foreign pointer type

Description

This is the class for C pointer types. There is one built-in type, voidstar.

i1 : voidstar

o1 = void*

o1 : ForeignPointerType

Methods that use a foreign pointer type :

Fixed objects of class ForeignPointerType :

For the programmer

The object ForeignPointerType is a type, with ancestor classes ForeignType < Type < MutableHashTable < HashTable < Thing.