Home Home

Class CODBPP::Field

class Field{
public:
   enum CODBPP::DataType type;
   unsigned int offset;
   unsigned int length;
   unsigned int subFieldCount;
   char16_t *name;
   Field *subFields;
};

Members

type Value for the field's data type
offset Offset from the begining of the object buffer, or the offset of the variable length fields
length The length of the field or the expected length for variable fields - in bytes
subFieldCount Contains a count of the next fields that are a part of the sub-table.
name '\0' terminating string for the field name
subFields For type CODBPP::SUB_TABLE, an array fields that make the sub table.

Copyright © 2003-2008, Ekky Software Pty. Ltd.