MprArray Struct Reference

List of all members.

Detailed Description

Generic Array Structure.

Overview:
The MprArray structure is used to store an arbitrary number of elements in a list. It is useful, for example, to store the arguments for a JavaScript function call.
Functions are provide to create and destroy arrays and to add and remove elements from the list. Array indexes are simple integers.

Stability classification:
Evolving
See also:
mprAddToArray, mprCreateArray, mprDestroyArray, mprRemoveFromArray


Public Attributes

int max
int used


Member Data Documentation

Size of the handles array.

Count of used entries in handles.


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

© Embedthis Software LLC, 2003-2008. All rights reserved. Embedthis is a trademark of Embedthis Software LLC.