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

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Supports/arrays_of_integer_vector_lists.ads, Revision 1.1

1.1     ! maekawa     1: with Standard_Integer_Ring;
        !             2: with Standard_Integer_Vectors;
        !             3: with Standard_Integer_VecVecs;
        !             4: with Lists_of_Integer_Vectors;
        !             5: with Generic_Arrays_of_Vector_Lists;
        !             6:
        !             7: package Arrays_of_Integer_Vector_Lists is
        !             8:   new Generic_Arrays_of_Vector_Lists(Standard_Integer_Ring,
        !             9:                                      Standard_Integer_Vectors,
        !            10:                                      Standard_Integer_VecVecs,
        !            11:                                      Lists_of_Integer_Vectors);
        !            12:
        !            13: -- DESCRIPTION :
        !            14: --   Defines arrays of lists of links to vectors of standard integer numbers.

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