png++  0.2.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\Npng
 oNdetail
 |oCconvert_color_space_implIO transformation class template. Converts image color space
 |oCallowed_bit_depth< 1 >
 |oCallowed_bit_depth< 2 >
 |oCallowed_bit_depth< 4 >
 |oCbasic_packed_pixel_proxy
 |oCconst_packed_pixel_proxy
 |oCpacked_pixel_proxy
 |\Cwrong_color_space
 oCcolorPNG color struct extension. Adds constructors
 oCconsumerPixel consumer class template
 |\Ctransform_identityThe default io transformation: does nothing
 oCconvert_color_spaceIO transformation class template. Converts image color space
 oCconvert_color_space< rgb_pixel >Converts image color space. A specialization for rgb_pixel type
 oCconvert_color_space< rgb_pixel_16 >Converts image color space. A specialization for rgb_pixel_16 type
 oCconvert_color_space< rgba_pixel >Converts image color space. A specialization for rgba_pixel type
 oCconvert_color_space< rgba_pixel_16 >Converts image color space. A specialization for rgba_pixel_16 type
 oCconvert_color_space< gray_pixel >Converts image color space. A specialization for gray_pixel type
 oCconvert_color_space< gray_pixel_16 >Converts image color space. A specialization for gray_pixel_16 type
 oCconvert_color_space< ga_pixel >Converts image color space. A specialization for ga_pixel type
 oCconvert_color_space< ga_pixel_16 >Converts image color space. A specialization for ga_pixel_16 type
 oCend_infoInternal class to hold PNG ending info
 oCerrorException class to represent runtime errors related to png++ operation
 oCstd_errorException class to represent standard library errors (generally IO)
 oCbasic_ga_pixelBasic Gray+Alpha pixel type
 oCpixel_traits< basic_ga_pixel< T > >Pixel traits specialization for basic_ga_pixel
 oCgeneratorPixel generator class template
 oCpacked_gray_pixelThe packed gray pixel class template. The available specializations are for 1-, 2- and 4-bit pixels
 oCpixel_traits< gray_pixel >Pixel traits specialization for gray_pixel
 oCpixel_traits< gray_pixel_16 >Pixel traits specialization for gray_pixel_16
 oCpixel_traits< packed_gray_pixel< bits > >Pixel traits specialization for packed_gray_pixel
 oCimageClass template to represent PNG image
 |oCpixel_consumerThe pixel buffer adapter for reading pixel data
 |oCpixel_generatorThe pixel buffer adapter for writing pixel data
 |oCstreaming_implA common base class template for pixel_consumer and pixel_generator classes
 |\Ctransform_identityThe default io transformation: does nothing
 oCimage_infoHolds information about PNG image
 oCindex_pixelThe 8-bit Indexed (colormap) pixel type
 oCpacked_index_pixelThe packed indexed pixel class template. The available specializations are for 1-, 2- and 4-bit pixels
 oCpixel_traits< index_pixel >Pixel traits specialization for index_pixel
 oCpixel_traits< packed_index_pixel< bits > >Pixel traits specialization for packed_index_pixel
 oCinfoHolds information about PNG image. Adapter class for IO image operations
 oCinfo_baseInternal class to hold PNG info or end_info
 oCio_baseBase class for PNG reader/writer classes
 oCpacked_pixelThe packed pixel class template
 oCbasic_pixel_bufferThe basic class template to represent image pixel data
 oCrow_traits< std::vector< pixel > >The row_traits specialization for unpacked pixel rows
 oCpixel_buffer
 oCpacked_pixel_rowThe packed pixel row class template
 oCrow_traits< packed_pixel_row< pixel > >The row_traits class template specialization for packed pixel row type
 oCpixel_buffer< packed_gray_pixel< bits > >The pixel buffer class template specialization for the packed_gray_pixel type
 oCpixel_buffer< packed_index_pixel< bits > >The pixel buffer class template specialization for the packed_index_pixel type
 oCbasic_pixel_traitsBasic pixel traits class template
 oCbasic_alpha_pixel_traitsBasic pixel traits class template for pixels with alpha channel
 oCreaderThe PNG reader class template. This is the low-level reading interface–use image class or consumer class to actually read images
 oCrequire_color_spaceIO transformation class template. Enforces image color space
 oCbasic_rgb_pixelRGB pixel type
 oCpixel_traits< basic_rgb_pixel< T > >Pixel traits specialization for basic_rgb_pixel
 oCbasic_rgba_pixelRGBA pixel type
 oCpixel_traits< basic_rgba_pixel< T > >Pixel traits specialization for basic_rgba_pixel
 oCdef_image_info_holderThe default image_info holder class. Stores image_info member object
 oCimage_info_ref_holderAn image_info holder class. Stores a reference to the image_info object. The image_info object itself should be stored elsewhere
 oCstreaming_baseA base class template for consumer and generator classes. Provides default reset() method implementation as well as info_holder policy
 \CwriterPNG writer class template. This is the low-level writing interface–use image class or generator class to actually write images