Macaulay2 » Documentation
Packages » ForeignFunctions » ForeignType » 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

Menu

Methods that use a foreign pointer type:

Protected objects of class ForeignPointerType:

  • voidstar

For the programmer

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


The source of this document is in ForeignFunctions.m2:1107:0.