struct PLt

Pointer list.

public members:

pPLMBR * p[8]
Array of pointers to arrays of pointers, each is same list sorted differently.
int dim
How many pointer lists are used, i.e. sorted how many ways.
int cnt
Current count of pointers in each of the lists.
int siz
Current size allocated.
int max
Maximum size allowed.

Documentation

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.


this class has no child classes.

alphabetic index hierarchy of classes


XIDAR TECHNICS, 3388 STATE RT 370, CATO NY 13033-9716
Copyright © 1996 Eliot W. Dudley All rights reserved.
edudley@servtech.com

Dallas Semiconductor Home Page 1-Wire, DS, DS1820, DS2405, DS2407, DS9097, and MicroLan are trademarks and/or registered trademarks of Dallas Semiconductor

generated by doc++