Description | Misc. types and methods. |
Author | bbracke |
Date | 2005/11/21 20:14:33 |
Revision | 1.1 |
Context clauses |
---|
Kernel |
Text_IO |
Ada.Strings.Unbounded |
System |
System.Unsigned_Types |
Unchecked_Conversion |
Interfaces.C |
Use clauses |
---|
Kernel |
Text_IO |
Ada.Strings.Unbounded |
System |
System.Unsigned_Types |
Generic Instanciations |
---|
function Unsigned_To_Int is new Unchecked_Conversion (source => System.Unsigned_Types.Unsigned, target => Integer) |
function Int_To_Unsigned is new Unchecked_Conversion (source => Integer, target => System.Unsigned_Types.Unsigned) |
|
Renames |
---|
function U(Source : in String) return Unbounded_String renames To_Unbounded_String |
function S(Source : in Unbounded_String) return String renames To_String |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|