Ada.Containers.Doubly Linked Lists

From AdaDKWiki - an Ada Programming Wiki

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

Personal tools