Macaulay2 » Documentation
Packages » ForeignFunctions :: ForeignPointerType
next | previous | forward | backward | up | index | toc

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.