| parrotcode: resizable size array for strings only | |
| Contents | PMCs |

classes/resizablestringarray.pmc - resizable size array for strings only

This class, ResizableStringArray, implements an array of resizable size, which stored STRING* TODO: it uses PerlString's internally to perform conversion, but it should use String PMCs

STRING *get_string_keyed_int(INTVAL key)key.void set_string_keyed_int(INTVAL key, STRING *value)key to value.void set_integer_native(INTVAL size)size elements.PMC *clone()void mark()
docs/pdds/pdd03_calling_conventions.pod.

Initial version 2004.06.11 by Matt Fowles Changed allocator to double size - MF 2004.06.15
|
|
|