GNAT Dynamic_Tables g-dyntab ads (GNAT Reference Manual) (original) (raw)
Next: GNAT.Encode_String (g-encstr.ads), Previous: GNAT.Dynamic_HTables (g-dynhta.ads), Up: The GNAT Library [Contents][Index]
12.63 GNAT.Dynamic_Tables
(g-dyntab.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.Table
, except that this package declares a type that can be used to define dynamic instances of the table, while an instantiation ofGNAT.Table
creates a single instance of the table type.