Open-RJ C/C++ User's Journal Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

ORJDatabaseA Struct Reference

#include <openrj/openrj.h>

List of all members.


Detailed Description

The database type (for ANSI coding).

Note:
This structure definition is subject to change, and is not guaranteed to be available in future versions. You are advised to use the Database manipulation functions.


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.
ORJFieldAfields
 The record array.
size_t numRecords
 The number of records in the database.
ORJRecordArecords
 The record array.
IORJAllocatorator
 The allocator.


Member Data Documentation

IORJAllocator* ator

The allocator.

ORJFieldA* fields

The record array.

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.

ORJRecordA* records

The record array.


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

Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005