libbbb - lists

Home

The library provides two types of libraries, a C++ class based solution and a C solution for linked lists.

List2D

This solution has two classes: a header and a class to be inherited by classes to use this functionality.

struct _LnkLst

A structure that simply holds the links to previous and next items.

Depedencies:

Related source code documentation: List2De, List2Dh, _LnkLst

Home