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

ORJRecordA Struct Reference

#include <openrj/openrj.h>

List of all members.


Detailed Description

The record 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 Record manipulation functions.


Public Attributes

size_t mbz0
 Reserved: must be 0.
size_t numFields
 The number of fields in the record.
ORJFieldAfields
 The field array.
void * reserved0
 Reserved: cannot be used by client code.
ORJStringA comment
 The record comment.


Member Data Documentation

ORJStringA comment

The record comment.

ORJFieldA* fields

The field array.

size_t mbz0

Reserved: must be 0.

size_t numFields

The number of fields in the record.

void* reserved0

Reserved: cannot be used by client code.


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

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