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

ForeignStringType -- foreign string type

Description

This is the class for C strings types, i.e., null-terminated character arrays. There is one built-in type, charstar.

i1 : charstar

o1 = char*

o1 : ForeignStringType

Methods that use a foreign string type :

Fixed objects of class ForeignStringType :

For the programmer

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