boost::detail::dynamic_bitset_count_impl Namespace Reference


Classes

struct  mode_to_type
struct  count_table
struct  boost::detail::dynamic_bitset_count_impl::count_table< false >

Typedefs

typedef unsigned char byte_type

Enumerations

enum  mode { access_by_bytes, access_by_blocks }

Functions

template<typename Iterator>
std::size_t do_count (Iterator first, std::size_t length, int, mode_to_type< access_by_bytes > *)
template<typename Iterator, typename ValueType>
std::size_t do_count (Iterator first, std::size_t length, ValueType, mode_to_type< access_by_blocks > *)

Variables

const unsigned int table_width = 8


Typedef Documentation

Definition at line 43 of file dynamic_bitset.hpp.


Enumeration Type Documentation

Enumerator:
access_by_bytes 
access_by_blocks 

Definition at line 45 of file dynamic_bitset.hpp.


Function Documentation

template<typename Iterator, typename ValueType>
std::size_t boost::detail::dynamic_bitset_count_impl::do_count ( Iterator  first,
std::size_t  length,
ValueType  ,
mode_to_type< access_by_blocks > *   
) [inline]

Definition at line 105 of file dynamic_bitset.hpp.

template<typename Iterator>
std::size_t boost::detail::dynamic_bitset_count_impl::do_count ( Iterator  first,
std::size_t  length,
int  ,
mode_to_type< access_by_bytes > *   
) [inline]

Definition at line 80 of file dynamic_bitset.hpp.


Variable Documentation

Definition at line 59 of file dynamic_bitset.hpp.


Generated on Wed Jan 21 15:32:12 2009 for SystemC by  doxygen 1.5.5