Contents   Index   Search   Related Documents   Previous   Next


A.18.11 The Package Containers.Indefinite_Doubly_Linked_Lists

1/2
     The language-defined generic package Containers.Indefinite_Doubly_Linked_Lists provides private types List and Cursor, and a set of operations for each type. It provides the same operations as the package Containers.Doubly_Linked_Lists (see A.18.3) does, with the difference that the generic formal Element_Type is indefinite.

Static Semantics

2/2
     The declaration of the generic library package Containers.Indefinite_Doubly_Linked_Lists has the same contents as Containers.Doubly_Linked_Lists except:
3/2
4/2
5/2
procedure Insert (Container : in out List;
                  Before    : in     Cursor;
                  Position  :    out Cursor;
                  Count     : in     Count_Type := 1);
6/2
7/2

Contents   Index   Search   Related Documents   Previous   Next   Legal