MP4
Stacks and Queues
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 NfillerFiller namespace: specifies a set of functions for performing flood fills on images
 CanimationAnimation class—used to create animated images from a sequence of PNG objects as frames of the animation
 CcolorPickerColorPicker: a functor that determines the color that should be used given an x and y coordinate
 CgradientColorPickerGradientColorPicker: a functor that determines the color that should be used given an x and y coordinate using a gradient strategy
 CgridColorPickerGridColorPicker: a functor that determines the color that should be used given an x and a y coordinate using a grid pattern
 COrderingStructureOrderingStructure: represents an interface for a structure that orders items placed into it
 CPNGRepresents an entire png formatted image
 CQueueQueue class: represents a standard queue
 CrainbowColorPicker
 CRGBAPixelRepresents a single pixel in an image
 CsolidColorPickerSolidColorPicker: a functor that determines the color that should be used given an x and y coordinate using a solid pattern
 CStackStack class: represents a standard stack