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, DoReflect > 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, bool DoReflect>
typedef uint_t<Bits>::fast boost::detail::crc_helper< Bits, DoReflect >::value_type

Member Function Documentation

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

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