Next: GNAT.Encode_String (g-encstr.ads), Previous: GNAT.Dynamic_HTables (g-dynhta.ads), Up: The GNAT Library
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 of
GNAT.Table
creates a single instance of the table type.