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

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Numbers/standard_integer_ring_io.ads, Revision 1.1.1.1

1.1       maekawa     1: with Standard_Integer_Numbers_io;
                      2: with Standard_Integer_Ring;
                      3: with Abstract_Ring_io;
                      4:
                      5: package Standard_Integer_Ring_io is
                      6:   new Abstract_Ring_io(Standard_Integer_Ring,
                      7:                        Standard_Integer_Numbers_io.get,
                      8:                        Standard_Integer_Numbers_io.put,
                      9:                        Standard_Integer_Numbers_io.put);
                     10:
                     11: -- DESCRIPTION :
                     12: --   Defines the input/output for the ring of standard integer numbers.

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