MprArray Struct Reference

Generic Array Structure. More...

List of all members.

Public Attributes

int max
int used


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

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-2009. All rights reserved. Embedthis is a trademark of Embedthis Software LLC.