#include <Count.h>
◆ Count()
GlobalSim::Count::Count |
( |
unsigned int |
firstBit = 0 , |
|
|
unsigned int |
nBits = 1 , |
|
|
unsigned int |
sizeCount = 1 |
|
) |
| |
|
inline |
◆ ~Count()
GlobalSim::Count::~Count |
( |
| ) |
|
|
inline |
◆ firstBit()
unsigned int GlobalSim::Count::firstBit |
( |
| ) |
const |
|
inline |
◆ getCountBits()
std::bitset<128> GlobalSim::Count::getCountBits |
( |
| ) |
const |
|
inline |
◆ lastBit()
unsigned int GlobalSim::Count::lastBit |
( |
| ) |
const |
|
inline |
◆ nBits()
unsigned int GlobalSim::Count::nBits |
( |
| ) |
const |
|
inline |
◆ reset()
StatusCode GlobalSim::Count::reset |
( |
| ) |
|
|
inline |
◆ setFirstBit()
void GlobalSim::Count::setFirstBit |
( |
unsigned int |
startBit | ) |
|
|
inline |
◆ setNBits()
void GlobalSim::Count::setNBits |
( |
unsigned int |
nBits | ) |
|
|
inline |
◆ setSizeCount()
void GlobalSim::Count::setSizeCount |
( |
unsigned int |
sizeCount | ) |
|
◆ sizeCount()
unsigned int GlobalSim::Count::sizeCount |
( |
| ) |
const |
|
inline |
◆ m_count
std::bitset<128> GlobalSim::Count::m_count {0} |
|
private |
◆ m_firstBit
unsigned int GlobalSim::Count::m_firstBit {0} |
|
private |
◆ m_nBits
unsigned int GlobalSim::Count::m_nBits {1} |
|
private |
◆ m_sizeCount
unsigned int GlobalSim::Count::m_sizeCount {1} |
|
private |
The documentation for this class was generated from the following files: