AdaCL.Queue.Protect.Sychronized_Object

More...

Entities

Record types

Data

Entries

Dequeue
Dequeue
Enqueue
Wait_Finished

Subprograms

Abort_Queue
Available
Current_Use
Finish
Has_Finished
Is_Empty
Is_Finishing
Peak_Use

Description

Data [source]

container to store elements.

Dequeue [source]

272 overriding entry Dequeue (Element : out Element_Type);
Element of type AdaCL.Queue.Element_Type

Dequeue [source]

274 overriding entry Dequeue (Element : out Element_Type; EmptyAndFinished : out Boolean);
Element of type AdaCL.Queue.Element_Type
EmptyAndFinished of type Boolean

Enqueue [source]

270 overriding entry Enqueue (New_Item : in Element_Type);
New_Item of type AdaCL.Queue.Element_Type

Wait_Finished [source]

268 overriding entry Wait_Finished;

Abort_Queue [source]

276 overriding procedure Abort_Queue;

Available [source]

250 overriding function Available return Ada.Containers.Count_Type with
251 Inline;
Return value

Current_Use [source]

256 overriding function Current_Use return Ada.Containers.Count_Type with
257 Inline;
Return value

Finish [source]

248 overriding procedure Finish;

Has_Finished [source]

265 overriding function Has_Finished return Boolean with
266 Inline;
Return value

Is_Empty [source]

262 overriding function Is_Empty return Boolean with
263 Inline;
Return value

Is_Finishing [source]

253 overriding function Is_Finishing return Boolean with
254 Inline;
Return value

Peak_Use [source]

259 overriding function Peak_Use return Ada.Containers.Count_Type with
260 Inline;
Return value