GNAT Table g-table ads (GNAT Reference Manual) (original) (raw)
Next: GNAT.Task_Lock (g-tasloc.ads), Previous: GNAT.String_Split (g-strspl.ads), Up: The GNAT Library [Contents][Index]
12.116 GNAT.Table
(g-table.ads
) ¶
A generic package providing a single dimension array abstraction where the length of the array can be dynamically modified.
This package provides a facility similar to that of GNAT.Dynamic_Tables
, except that this package declares a single instance of the table type, while an instantiation of GNAT.Dynamic_Tables
creates a type that can be used to define dynamic instances of the table.