#include <nsVoidArray.h>
Public Attributes | |
| PRUint32 | mBits |
| Packed bits. | |
| PRInt32 | mCount |
| The number of elements in the array. | |
| void * | mArray [1] |
| Array data, padded out to the actual size of the array. | |
The low 30 bits are the array's size. The two highest bits indicate whether or not we "own" mImpl and must free() it when destroyed, and whether we have a preallocated nsAutoVoidArray buffer.
| void* nsVoidArray::Impl::mArray[1] |
1.5.6