vss_24.0.0_b4d0be7c/source/xml/vss-xml-event_vectors.ads

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
--
--  Copyright (C) 2022, AdaCore
--
--  SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
--

with Ada.Containers.Vectors;

with VSS.XML.Events;

package VSS.XML.Event_Vectors is
  new Ada.Containers.Vectors
    (Index_Type   => Positive,
     Element_Type => VSS.XML.Events.XML_Event,
     "="          => VSS.XML.Events."=");