#include <sdbf_conf.h>
Public Member Functions | |
| sdbf_conf (uint32_t thread_cnt, uint32_t warnings, uint32_t max_elem_ct, uint32_t max_elem_ct_dd) | |
| constructor: set defaults | |
| ~sdbf_conf () | |
| destructor | |
Public Attributes | |
| uint32_t | thread_cnt |
| number of pthreads available | |
| uint32_t | max_elem |
| maximum elements per bf | |
| uint32_t | max_elem_dd |
| maximum elements per bf - dd mode | |
| uint32_t | warnings |
| whether to process warnings | |
Configuration object for sdbf classes. Used as a static class member to provide globally tunable defaults and access to bit counting structures.
| sdbf_conf::sdbf_conf | ( | uint32_t | thread_cnt, |
| uint32_t | warnings, | ||
| uint32_t | max_elem_ct, | ||
| uint32_t | max_elem_ct_dd | ||
| ) |
constructor for sdbf_conf object. takes thread_count, warnings, max elements in BF
1.8.0