Ada.Containers.Doubly Linked Lists

From AdaDKWiki - an Ada Programming Wiki

Revision as of 11:49, 7 September 2009 by Thomas Løcke (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

One of the major additions to Ada 2005 is the container library. This library enables the Ada developer to manipulate data structures such as doubly linked lists, maps, sets and vectors. This page will show how the Ada.Containers.Doubly_Linked_Lists library work.

Work in progress