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:

© Mbedthis Software LLC, 2003-2006. All rights reserved. Mbedthis is a trademark of Mbedthis Software LLC.