[BACK]Return to lists_of_integer_vectors_io.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Supports

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Supports/lists_of_integer_vectors_io.ads, Revision 1.1.1.1

1.1       maekawa     1: with Standard_Integer_Ring_io;
                      2: with Standard_Integer_Vectors;
                      3: with Standard_Integer_Vectors_io;
                      4: with Standard_Integer_VecVecs;
                      5: with Lists_of_Integer_Vectors;
                      6: with Generic_Lists_of_Vectors_io;
                      7:
                      8: package Lists_of_Integer_Vectors_io is
                      9:   new Generic_Lists_of_Vectors_io(Standard_Integer_Ring_io,
                     10:                                   Standard_Integer_Vectors,
                     11:                                   Standard_Integer_Vectors_io,
                     12:                                   Standard_Integer_VecVecs,
                     13:                                   Lists_of_Integer_Vectors);
                     14:
                     15: -- DESCRIPTION :
                     16: --   Defines input/output for lists of links to standard integer vectors.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>