Doubly-Linked List Utility Functions

The XBinder compiler will generate a mapping to the OSRTDList type for many kinds of repeating types. This is a linked list structure type. The doubly-linked list utility functions are common routines for working with linked lists of this type.

Functions are available to initialize, append, insert, remove, and find elements in lists. Some useful functions in this group are as follows:

For a complete list and full description of all of the doubly-linked list functions, see the XBinder C/C++ Runtime Reference Manual.