MprArray Struct ReferenceList 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
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:
- c:/svn/appWeb/2.0.3/mpr/mpr.h
|
|