xoreos  0.0.5
Public Attributes | List of all members
Common::FoxPro::Field Struct Reference

A field description. More...

#include <foxpro.h>

Collaboration diagram for Common::FoxPro::Field:
Collaboration graph
[legend]

Public Attributes

UString name
 
Type type
 
uint32 offset
 
uint8 size
 
uint8 decimals
 
byte flags
 
uint32 autoIncNext
 
uint8 autoIncStep
 

Detailed Description

A field description.

Definition at line 60 of file foxpro.h.

Member Data Documentation

◆ autoIncNext

uint32 Common::FoxPro::Field::autoIncNext

◆ autoIncStep

uint8 Common::FoxPro::Field::autoIncStep

◆ decimals

uint8 Common::FoxPro::Field::decimals

◆ flags

byte Common::FoxPro::Field::flags

◆ name

UString Common::FoxPro::Field::name

◆ offset

uint32 Common::FoxPro::Field::offset

◆ size

uint8 Common::FoxPro::Field::size

◆ type

Type Common::FoxPro::Field::type

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