BitMagic-C++
Static Public Member Functions | Static Public Attributes
bm::operation_functions< T > Struct Template Reference

#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]
 

Detailed Description

template<bool T>
struct bm::operation_functions< T >

Definition at line 7412 of file bmfunc.h.

Member Function Documentation

◆ bit_operation_count()

template<bool T>
static bit_operation_count_func_type bm::operation_functions< T >::bit_operation_count ( unsigned  i)
inlinestatic

◆ gap_op_to_bit()

template<bool T>
static gap_operation_to_bitset_func_type bm::operation_functions< T >::gap_op_to_bit ( unsigned  i)
inlinestatic

Definition at line 7422 of file bmfunc.h.

Referenced by bm::bvector<>::combine_operation().

◆ gap_operation()

template<bool T>
static gap_operation_func_type bm::operation_functions< T >::gap_operation ( unsigned  i)
inlinestatic

Definition at line 7428 of file bmfunc.h.

Referenced by bm::bvector<>::combine_operation().

Field Documentation

◆ bit_op_count_table_

template<bool T>
bit_operation_count_func_type bm::operation_functions< T >::bit_op_count_table_
static
Initial value:

Definition at line 7419 of file bmfunc.h.

◆ gap2bit_table_

template<bool T>
gap_operation_to_bitset_func_type bm::operation_functions< T >::gap2bit_table_
static
Initial value:
= {
&gap_and_to_bitset<bm::gap_word_t>,
&gap_add_to_bitset<bm::gap_word_t>,
&gap_sub_to_bitset<bm::gap_word_t>,
&gap_xor_to_bitset<bm::gap_word_t>,
0
}

Definition at line 7415 of file bmfunc.h.

◆ gapop_table_

template<bool T>
gap_operation_func_type bm::operation_functions< T >::gapop_table_
static
Initial value:

Definition at line 7417 of file bmfunc.h.


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