Parts Reference
C typedef statements and their VisualAge equivalents are listed in the
following table:
- C typedef
- VisualAge class
- array
- AbtArrayField
- array of char
- AbtCCharArrayField
- char
- AbtCCharField
- integer
- AbtCIntField
- long
- AbtCLongField
- pointer
- AbtCPointerField
- short
- AbtCShortField
- unsigned integer
- AbtCUIntField
- unsigned long
- AbtCULongField
- unsigned short
- AbtCUShortField
- void
- AbtCVoidField
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]