Ada Programming/Libraries/Ada.Storage IO

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Ada Lovelace 1838.jpg

Contents


[edit] Description

Ada.Storage_IO is not a general-purpose Input/Output package. It is designed for concurrent programming, and can be used to transfer elements from one task to another.

It allows you to store one element inside a memory buffer. The element needs to be of a definite subtype.

[edit] See also

[edit] Wikibook

[edit] Ada Reference Manual

[edit] Ada 95 Quality and Style Guide