TOC PREV NEXT INDEX


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.

Copyright © Objective Systems 2002-2008
This document may be distributed in any form, electronic or otherwise, provided that it is distributed in its entirety and that the copyright and this notice are included.

Objective Systems, Inc.

55 Dowlin Forge Road
Exton, Pennsylvania 19341
http://www.obj-sys.com
Phone: (484) 875-9841
Toll-free: (877) 307-6855 (US only)
Fax: (484) 875-9830
info@obj-sys.com

TOC PREV NEXT INDEX