Pointer list.
Structure holding an array of pointers to lists of pointers, along with members for maintaining the lists. These are used keep track of pointers to dynamically allocated structures of generic type PLMBRt . The p[0] array is maintained in the order the objects are allocated.The p[1] array is maintained in lexical order according to the *name member that is common to all objects eligible to be maintained under this scheme.
The p[2-7] arrays are available for other ordering.
Copyright © 1996
Eliot W. Dudley
All rights reserved.
|
generated by doc++