NAME ^

classes/resizablebooleanarray.pmc - resizable array for booleans only

DESCRIPTION ^

The ResizableBooleanArray PMC implements an array of resizable size, which stores booleans. It uses the Boolean PMC for all conversions. ResizableBooleanArray PMC extends FixedBooleanArray PMC

Functions ^

Methods ^

/*

INTVAL get_integer_keyed_int(INTVAL key)

Returns the integer value of the element at index key.

void set_integer_keyed_int(INTVAL key, INTVAL value)

Sets the integer value of the element at index key to value.

void set_integer_native(INTVAL size)

Resizes the array to size elements.

SEE ALSO ^

docs/pdds/pdd17_basic_types.pod.

HISTORY ^

Initial version - Matt Fowles 2004-06-11 Changed allocator to double size - Matt Fowles 2004-06-15

POD ERRORS ^

Hey! The above document had some coding errors, which are explained below:

Around line 38:

You can't have =items (as at line 43) unless the first thing after the =over is an =item


parrot