BitMagic-C++
Data Structures | Public Member Functions | Data Fields
bm::bit_block_t Struct Reference

bit-block array wrapped into union for correct interpretation of 32-bit vs 64-bit access vs SIMD More...

#include <bmutil.h>

Collaboration diagram for bm::bit_block_t:
Collaboration graph
[legend]

Data Structures

union  bunion_t
 

Public Member Functions

 operator bm::word_t * ()
 
 operator const bm::word_t * () const
 
 operator bm::id64_t * ()
 
 operator const bm::id64_t * () const
 
 operator __m128i * ()
 
 operator const __m128i * () const
 
const bm::word_tbegin () const
 
bm::word_tbegin ()
 
const bm::word_tend () const
 
bm::word_tend ()
 

Data Fields

union bm::bit_block_t::bunion_t b_
 

Detailed Description

bit-block array wrapped into union for correct interpretation of 32-bit vs 64-bit access vs SIMD

Definition at line 56 of file bmutil.h.

Member Function Documentation

◆ begin() [1/2]

const bm::word_t* bm::bit_block_t::begin ( ) const
inline

Definition at line 91 of file bmutil.h.

References b_.

◆ begin() [2/2]

bm::word_t* bm::bit_block_t::begin ( )
inline

Definition at line 92 of file bmutil.h.

References b_.

◆ end() [1/2]

const bm::word_t* bm::bit_block_t::end ( ) const
inline

Definition at line 93 of file bmutil.h.

References b_, and bm::set_block_size.

◆ end() [2/2]

bm::word_t* bm::bit_block_t::end ( )
inline

Definition at line 94 of file bmutil.h.

References b_, and bm::set_block_size.

◆ operator __m128i *()

bm::bit_block_t::operator __m128i * ( )
inlineexplicit

Definition at line 87 of file bmutil.h.

References b_.

◆ operator bm::id64_t *()

bm::bit_block_t::operator bm::id64_t * ( )
inlineexplicit

Definition at line 76 of file bmutil.h.

References b_.

◆ operator bm::word_t *()

bm::bit_block_t::operator bm::word_t * ( )
inline

Definition at line 74 of file bmutil.h.

References b_.

◆ operator const __m128i *()

bm::bit_block_t::operator const __m128i * ( ) const
inlineexplicit

Definition at line 88 of file bmutil.h.

References b_.

◆ operator const bm::id64_t *()

bm::bit_block_t::operator const bm::id64_t * ( ) const
inlineexplicit

Definition at line 77 of file bmutil.h.

References b_.

◆ operator const bm::word_t *()

bm::bit_block_t::operator const bm::word_t * ( ) const
inline

Definition at line 75 of file bmutil.h.

References b_.

Field Documentation

◆ b_

union bm::bit_block_t::bunion_t bm::bit_block_t::b_

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