Ada Programming/Keywords/new
Declaration
In type derivation
type Day_Of_Month is new Integer range 1 .. 31;
See Declaring new Types.
In type extension
type Derived_Tagged_Type is new Parent_Tagged_Type with record New_Data : Data; end record;
See Ada Programming/Object Orientation.
In instantiation of generics
package Day_Of_Month_IO is new Ada.Text_IO.Integer_IO (Day_Of_Month);
See Generics.
Allocator
↑Jump back a sectionSee also
Wikibook
Ada Reference Manual
Ada Quality and Style Guide
| Ada Keywords | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|