ASE2 CARD CATALOG ENTRY

Instructions:


ASSET OVERVIEW

UNIT NAME

LINKED_LIST (LIST)

VERSION
1.0
REVIEW CODE
AR; C1 1.0 A
INET ADDRESS
RCONN@SIMTEL20
AUTHOR
Richard Conn
Texas Instruments
PO Box 801, Mail Stop 8007
McKinney, TX 75069
RIGHTS
PUBLIC DOMAIN
COPYRIGHT
(c) 1984 Richard Conn
DATE CREATED
OCTOBER 2, 1984
DATE RELEASED
NOVEMBER 29, 1984
DATE LAST UPDATED
CONN NOVEMBER 29, 1984
LOCATION
C2MUG
PC-BLUE
ASR
ENVIRONMENT
DEC VAX/VMS, DEC Ada
LIMITATIONS
CERTIFICATION
Ada System Certifier_1 1.0
Date/Time of Processing: Monday    30 May       1994 11:25:15Am
Overall Assessment of System: OK
Classification of System: A
Basis of Classification --
    Syntax Errors                               PASS
    Completeness                                PASS
    Independence from External Libraries        PASS
    Independence from a Specific Ada Compiler   PASS

Number of ...
  Files               1
  Library Units       2
  Lines             498
  Statements        161
  Comments          211

CLASSIFICATION

KEYWORD
List Manipulation
INDEX
Manipulation, List
Doubly-Linked List
List, Doubly-Linked
Conn, Richard
Texas Instruments
DEPENDENCIES
SEE ALSO
SHORT DESCRIPTION
Routines to create and manipulate a doubly-linked list
TAXONOMY


Software Components
    List
      Doubly-Linked (1)


FILE LISTING

FILE SPECS
You are on CDROM ID ase02_02
Click here to enter Asset Directory/transfer Asset File(s):
../../ase02_02/comps/list
DIRECTORY DISPLAY
Follow path to see directory

ABSTRACT

Linked List

This package provides a number of routines which can be used to manipulate a doubly- linked list. See the visible section for a rather complete set of documentation on the routines.

Each element of the list is of the following structure:

RECORD
contents: element_object;  -- data
next:     element_pointer; -- ptr
previous: element_pointer; -- ptr
END RECORD;

REVISION HISTORY

DATE         VERSION	AUTHOR                  HISTORY
11/29/84	   1.0	Richard Conn		Initial Release

RELEASE NOTICE

This prologue must be included in all copies of this software.
This software is copyright by the author.
This software is released to the Ada community.
This software is released to the Public Domain (note:
  software released to the Public Domain is not subject
  to copyright protection).
Restrictions on use or distribution:  NONE

DISCLAIMER

	This software and its documentation are provided "AS IS" and
without any expressed or implied warranties whatsoever.  No warranties
as to performance, merchantability, or fitness for a particular
purpose exist.
	The user is advised to test the software thoroughly before
relying on it.  The user must assume the entire risk and liability of
using this software.  In no event shall any person or organization of
people be held responsible for any direct, indirect, consequential or
inconsequential damages or lost profits.

ASE CARD CATALOG ENTRY NAVIGATION

Powered by the Generic Web-Based Reuse Library (GWRL)