1 ------------------------------------------------------------------------------
3 -- GNAT RUN-TIME COMPONENTS --
5 -- ADA.WIDE_WIDE_TEXT_IO.WIDE_WIDE_BOUNDED_IO --
9 -- This specification is derived from the Ada Reference Manual for use with --
10 -- GNAT. In accordance with the copyright of that document, you can freely --
11 -- copy and modify this specification, provided that if you redistribute a --
12 -- modified version, any changes that you have made are clearly indicated. --
14 ------------------------------------------------------------------------------
16 with Ada
.Strings
.Wide_Wide_Bounded
;
19 with package Wide_Wide_Bounded
is
20 new Ada
.Strings
.Wide_Wide_Bounded
.Generic_Bounded_Length
(<>);
22 package Ada
.Wide_Wide_Text_IO
.Wide_Wide_Bounded_IO
is
24 function Get_Line
return Wide_Wide_Bounded
.Bounded_Wide_Wide_String
;
27 (File
: File_Type
) return Wide_Wide_Bounded
.Bounded_Wide_Wide_String
;
30 (Item
: out Wide_Wide_Bounded
.Bounded_Wide_Wide_String
);
34 Item
: out Wide_Wide_Bounded
.Bounded_Wide_Wide_String
);
37 (Item
: Wide_Wide_Bounded
.Bounded_Wide_Wide_String
);
41 Item
: Wide_Wide_Bounded
.Bounded_Wide_Wide_String
);
44 (Item
: Wide_Wide_Bounded
.Bounded_Wide_Wide_String
);
48 Item
: Wide_Wide_Bounded
.Bounded_Wide_Wide_String
);
50 end Ada
.Wide_Wide_Text_IO
.Wide_Wide_Bounded_IO
;