LAB_GDB2
Skip Lists
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
oNstdSTL namespace
oCPNGRepresents an entire png formatted image
oCRGBAPixelRepresents a single pixel in an image
oCSkipListA sorted Skip List class
oCSkipNodeA node of our Skip List class, with layers of next and previous pointers
\CSkipPointerA helper class that allows us to easily use next and prev pointers