Macaulay2 Engine
Loading...
Searching...
No Matches
M2_ArrayString Struct Reference

Length-prefixed array of M2_string pointers. More...

#include <m2-types.h>

Public Attributes

int len
M2_string array []

Detailed Description

Length-prefixed array of M2_string pointers.

Note
AI-generated documentation. Verify against the source before relying on it.

Used to pass a list of strings (variable names, error messages, Monoid symbol tables, ...) across the engine boundary. As with its siblings, the array is a flexible-array member trailing the struct.

Definition at line 124 of file m2-types.h.


The documentation for this struct was generated from the following file: