Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::crc_helper< Bits, false > Class Template Reference

#include <crc.hpp>

Public Types

typedef uint_t< Bits >::fast value_type
 

Static Public Member Functions

static value_type reflect (value_type x)
 
static unsigned char index (value_type rem, unsigned char x)
 
static value_type shift (value_type rem)
 

Member Typedef Documentation

template<std::size_t Bits>
typedef uint_t<Bits>::fast boost::detail::crc_helper< Bits, false >::value_type

Member Function Documentation

template<std::size_t Bits>
static unsigned char boost::detail::crc_helper< Bits, false >::index ( value_type  rem,
unsigned char  x 
)
inlinestatic
template<std::size_t Bits>
static value_type boost::detail::crc_helper< Bits, false >::reflect ( value_type  x)
inlinestatic

References boost::flyweights::x.

template<std::size_t Bits>
static value_type boost::detail::crc_helper< Bits, false >::shift ( value_type  rem)
inlinestatic

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