[BACK]Return to arrays_of_integer_vector_lists_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/arrays_of_integer_vector_lists_io.ads, Revision 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 Lists_of_Integer_Vectors_io;
        !             7: with Arrays_of_Integer_Vector_Lists;
        !             8: with Generic_Arrays_of_Vector_Lists_io;
        !             9:
        !            10: package Arrays_of_Integer_Vector_Lists_io is
        !            11:   new Generic_Arrays_of_Vector_Lists_io(Standard_Integer_Ring_io,
        !            12:                                         Standard_Integer_Vectors,
        !            13:                                         Standard_Integer_Vectors_io,
        !            14:                                         Standard_Integer_VecVecs,
        !            15:                                         Lists_of_Integer_Vectors,
        !            16:                                         Lists_of_Integer_Vectors_io,
        !            17:                                         Arrays_of_Integer_Vector_Lists);
        !            18:
        !            19: -- DESCRIPTION :
        !            20: --   Defines input/output for arrays of lists of links to integer vectors.

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