Next: , Previous: , Up: Decq Library   [Index]


7.21.2 Decq Library Exports

See Function Descriptions.

Decq library objects provide a collection of sequence operating functions, some of which that do not refer the data type of the operated sequence item (like the function deleting one item) and some of which that do refer the data type of the operated sequence item (like the functions inserting data in the sequence). The second class of functions refer the data type in their names, and thus, for each data type (specified when building the decq library object) and for each data type specialized operation a function with a unique name is provided.

A third class of type generic interfaces is provided upon special request. Interfaces of this class are meant to allow data transfer to and from ‘decq’ objects in a type oblivious fashion. They make references to the ‘object’ data type.

See Type Oblivious Interfaces.

See (aime)The Double Ended Queue Library.