comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam.jrcarter.not@spam.not.acm.org>
Subject: Re: Queue implementation in Ada
Date: Mon, 27 Oct 2014 20:30:02 -0700
Date: 2014-10-27T20:30:02-07:00	[thread overview]
Message-ID: <m2n2jl$d70$1@dont-email.me> (raw)
In-Reply-To: <8456b674-a10d-411f-bcf6-90d9638b7fc9@googlegroups.com>

On 10/27/2014 07:01 PM, compguy45@gmail.com wrote:
> Is there queue fifo implemented in ada? I saw this example but not sure where he is fetting fifo package
> http://rosettacode.org/wiki/Queue/Usage

Ada has synchronized queues; see ARM A.18.27-31

http://www.adaic.org/resources/add_content/standards/12rm/html/RM-A-18-27.html

If you want unsynchronized queues, you could build your own, possibly using
Ada.Containers.Doubly_Linked_Lists (ARM A.18.3). Or you could download an
existing library that implements them, such as the PragmAda Reusable Components

http://pragmada.x10hosting.com/pragmarc.htm

-- 
Jeff Carter
"You me on the head hitted."
Never Give a Sucker an Even Break
108


  reply	other threads:[~2014-10-28  3:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-28  2:01 Queue implementation in Ada compguy45
2014-10-28  3:30 ` Jeffrey Carter [this message]
2014-10-28 10:00   ` Simon Wright
2014-10-28 18:29     ` Jeffrey Carter
2014-10-28 19:25       ` Simon Wright
2014-10-28 20:27         ` Dmitry A. Kazakov
2014-10-28 21:27           ` Simon Wright
2014-10-28  8:29 ` Dmitry A. Kazakov
2014-10-28  9:56 ` Simon Wright
2014-10-28 13:16 ` Brad Moore
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox