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

int MprArray::max
 

Size of the handles array.

int MprArray::used
 

Count of used entries in handles.


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

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