#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 |
◆ ~Count()
◆ firstBit()
| unsigned int TCS::Count::firstBit |
( |
| ) |
const |
|
inline |
◆ getCountBits()
| const std::bitset<128>& TCS::Count::getCountBits |
( |
| ) |
const |
|
inline |
◆ 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 | ) |
|
◆ 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: