libpng++  v0.2.5-1
C++ library for PNG images
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
png::detail::basic_packed_pixel_proxy< pixel, reference > Class Template Reference

#include <pixel_buffer.hpp>

Collaboration diagram for png::detail::basic_packed_pixel_proxy< pixel, reference >:

Public Member Functions

 basic_packed_pixel_proxy (reference ref)
 
 basic_packed_pixel_proxy (reference ref, size_t index)
 
 operator pixel () const
 

Static Protected Member Functions

static size_t get_pixels_per_byte ()
 
static size_t get_shift (size_t index)
 

Protected Attributes

reference m_ref
 
size_t m_shift
 

Constructor & Destructor Documentation

template<class pixel, typename reference>
png::detail::basic_packed_pixel_proxy< pixel, reference >::basic_packed_pixel_proxy ( reference  ref)
inlineexplicit
template<class pixel, typename reference>
png::detail::basic_packed_pixel_proxy< pixel, reference >::basic_packed_pixel_proxy ( reference  ref,
size_t  index 
)
inline

Member Function Documentation

template<class pixel, typename reference>
static size_t png::detail::basic_packed_pixel_proxy< pixel, reference >::get_pixels_per_byte ( )
inlinestaticprotected

Referenced by png::detail::basic_packed_pixel_proxy< pixel, byte & >::get_shift().

Here is the caller graph for this function:

template<class pixel, typename reference>
static size_t png::detail::basic_packed_pixel_proxy< pixel, reference >::get_shift ( size_t  index)
inlinestaticprotected
template<class pixel, typename reference>
png::detail::basic_packed_pixel_proxy< pixel, reference >::operator pixel ( ) const
inline

Member Data Documentation

template<class pixel, typename reference>
reference png::detail::basic_packed_pixel_proxy< pixel, reference >::m_ref
protected

The documentation for this class was generated from the following file: