The ExtendedArray Object -- written by Eric C. Wentz
Last Mod. Date: August 19, 1989
CompuServe 72070,1015
2374 Antiqua Court
Reston, Va. 22091
1-703-860-3807 (before 11pm Eastern)
Important Note 1:
These units will not compile without several units
included in <a href="generic.htm">GENERIC.ZIP</a> --
Available in the OOP library in the BPROGA area om compuserve.
Specifically, units GenArray, FlexPntr, and SrtFuncs.
(***************************************************************)
UNIT DEPENDENCIES
XGlobals
/|\
FlexPntr / | \ GenArray
\ / | \ /
\ / | \ /
\ / | \ /
ExtBuff | XManager
\ | /
\ | /
\ | /
FlexPntr \ | /
| \ \ | /
| \ \ | /
| \ \ | /
| \ \|/
| X_Table
| /
| /
| / FlexPntr
| / |
ExtArray | SrtFuncs
| \ | / |
| \ | / |
| \|/ |
| XGenHeap |
| \ |
| \ |
| \ |
| XHeaps
| |
| |
| |
| |
ExtTest Test
(***************************************************************)
COMMENTS:
The ExtendedArray was intended to be a general-purpose Generic
array of (up to) DiskSize proportions. As it has met some
goals and failed (miserably) at others, I changed the name
from the original (VirtualArray) to more accurately reflect
t
|