#include <array.h>

Public Member Functions | |
| size_t | length () const |
| Get number of elements. | |
| void const * | base () const |
| Get pointer to array elements. | |
Static Public Member Functions | |
| static void | arrayAllocator (dbAnyArray *aArray, void *data, size_t length) |
Protected Attributes | |
| size_t | len |
Friends | |
| class | dbTableDescriptor |
| static void arrayAllocator | ( | dbAnyArray * | aArray, | |
| void * | data, | |||
| size_t | length | |||
| ) | [inline, static] |
Reimplemented in dbArray.
| size_t length | ( | ) | const [inline] |
Get number of elements.
| void const* base | ( | ) | const [inline] |
Get pointer to array elements.
You should not update them directly.
friend class dbTableDescriptor [friend] |
Reimplemented in dbArray.
size_t len [protected] |