BitMagic-C++
|
#include <bmfunc.h>
Static Public Member Functions | |
static gap_operation_to_bitset_func_type | gap_op_to_bit (unsigned i) |
static gap_operation_func_type | gap_operation (unsigned i) |
static bit_operation_count_func_type | bit_operation_count (unsigned i) |
Static Public Attributes | |
static gap_operation_to_bitset_func_type | gap2bit_table_ [bm::set_END] |
static gap_operation_func_type | gapop_table_ [bm::set_END] |
static bit_operation_count_func_type | bit_op_count_table_ [bm::set_END] |
|
inlinestatic |
Definition at line 8372 of file bmfunc.h.
References bm::operation_functions< T >::bit_op_count_table_.
Referenced by bm::combine_count_operation_with_block().
|
inlinestatic |
Definition at line 8360 of file bmfunc.h.
References bm::operation_functions< T >::gap2bit_table_.
|
inlinestatic |
Definition at line 8366 of file bmfunc.h.
References bm::operation_functions< T >::gapop_table_.
|
static |
Definition at line 8357 of file bmfunc.h.
Referenced by bm::operation_functions< T >::bit_operation_count().
|
static |
Definition at line 8353 of file bmfunc.h.
Referenced by bm::operation_functions< T >::gap_op_to_bit().
|
static |
Definition at line 8355 of file bmfunc.h.
Referenced by bm::operation_functions< T >::gap_operation().