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

Menu

Methods that use a foreign string type:

Protected objects of class ForeignStringType:

  • charstar

For the programmer

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


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