mp_lists
Loathsome Lists
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ncs225
 CHSLAPixel
 CPNG
 CrgbaColor
 ChslaColor
 CListList: This is a templated linked list class (meaning it contains data of templated type T, which is a placeholder for a type)
 CListNodePrivate to the List class via the principle of encapsulation—the end user does not need to know our node-based implementation details
 CListIterator