NCBI C++ ToolKit
Public Types | Public Member Functions | List of all members
bm::blocks_manager< Alloc >::block_any_func Class Reference

Search Toolkit Book for bm::blocks_manager::block_any_func

Functor detects if any bit set. More...

#include <util/bitset/bmblocks.h>

+ Inheritance diagram for bm::blocks_manager< Alloc >::block_any_func:
+ Collaboration diagram for bm::blocks_manager< Alloc >::block_any_func:

Public Types

typedef id_type size_type
 
- Public Types inherited from bm::blocks_manager< Alloc >::bm_func_base_const
typedef id_type size_type
 

Public Member Functions

 block_any_func (const blocks_manager &bm) BMNOEXCEPT
 
bool operator() (const bm::word_t *block, block_idx_type) BMNOEXCEPT
 
- Public Member Functions inherited from bm::blocks_manager< Alloc >::bm_func_base_const
 bm_func_base_const (const blocks_manager &bman) BMNOEXCEPT
 
void on_empty_top (unsigned) BMNOEXCEPT
 
void on_empty_block (block_idx_type) BMNOEXCEPT
 

Additional Inherited Members

- Protected Attributes inherited from bm::blocks_manager< Alloc >::bm_func_base_const
const blocks_managerbm_
 

Detailed Description

template<class Alloc>
class bm::blocks_manager< Alloc >::block_any_func

Functor detects if any bit set.

Definition at line 249 of file bmblocks.h.

Member Typedef Documentation

◆ size_type

template<class Alloc >
typedef id_type bm::blocks_manager< Alloc >::block_any_func::size_type

Definition at line 252 of file bmblocks.h.

Constructor & Destructor Documentation

◆ block_any_func()

template<class Alloc >
bm::blocks_manager< Alloc >::block_any_func::block_any_func ( const blocks_manager bm)
inline

Definition at line 254 of file bmblocks.h.

Member Function Documentation

◆ operator()()

template<class Alloc >
bool bm::blocks_manager< Alloc >::block_any_func::operator() ( const bm::word_t block,
block_idx_type   
)
inline

The documentation for this class was generated from the following file:
Modified on Mon May 06 04:51:16 2024 by modify_doxy.py rev. 669887