|
|
|
|
|
|
|||
#include <openrj/openrj.h>
Public Attributes | |
| size_t | mbz0 |
| Reserved: must be 0. | |
| size_t | flags |
| Holds the flags passed to the function used to create the database. | |
| size_t | numLines |
| The number of lines in the database. | |
| size_t | numFields |
| The number of fields in the database. | |
| ORJFieldA * | fields |
| The record array. | |
| size_t | numRecords |
| The number of records in the database. | |
| ORJRecordA * | records |
| The record array. | |
| IORJAllocator * | ator |
| The allocator. | |
The allocator.
| size_t flags |
Holds the flags passed to the function used to create the database.
| size_t mbz0 |
Reserved: must be 0.
| size_t numFields |
The number of fields in the database.
| size_t numLines |
The number of lines in the database.
| size_t numRecords |
The number of records in the database.
The record array.
|
|
| Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005 |