#include <Count.h>
Definition at line 20 of file Count.h.
◆ Count()
| TCS::Count::Count |
( |
unsigned int | firstBit = 0, |
|
|
unsigned int | nBits = 1, |
|
|
unsigned int | sizeCount = 1 ) |
|
inline |
Definition at line 23 of file Count.h.
25 :
29 {};
unsigned int firstBit() const
unsigned int sizeCount() const
unsigned int nBits() const
◆ ~Count()
◆ firstBit()
| unsigned int TCS::Count::firstBit |
( |
| ) |
const |
|
inline |
◆ getCountBits()
| const std::bitset< 128 > & TCS::Count::getCountBits |
( |
| ) |
const |
|
inline |
Definition at line 45 of file Count.h.
std::bitset< 128 > m_count
◆ lastBit()
| unsigned int TCS::Count::lastBit |
( |
| ) |
const |
|
inline |
◆ nBits()
| unsigned int TCS::Count::nBits |
( |
| ) |
const |
|
inline |
◆ reset()
◆ setFirstBit()
| void TCS::Count::setFirstBit |
( |
unsigned int | startBit | ) |
|
|
inline |
◆ setNBits()
| void TCS::Count::setNBits |
( |
unsigned int | nBits | ) |
|
|
inline |
◆ setSizeCount()
| void TCS::Count::setSizeCount |
( |
unsigned int | sizeCount | ) |
|
Definition at line 12 of file Count.cxx.
12 {
13
15
16
17
18 unsigned int maximum = (1 <<
m_nBits) - 1;
19
21
23
24}
◆ sizeCount()
| unsigned int TCS::Count::sizeCount |
( |
| ) |
const |
|
inline |
◆ m_count
| std::bitset<128> TCS::Count::m_count {0} |
|
private |
◆ m_firstBit
| unsigned int TCS::Count::m_firstBit {0} |
|
private |
◆ m_nBits
| unsigned int TCS::Count::m_nBits {1} |
|
private |
◆ m_sizeCount
| unsigned int TCS::Count::m_sizeCount {1} |
|
private |
The documentation for this class was generated from the following files: