Scheduler
|
#include <counter.h>
Public Member Functions | |
~Counter () | |
void | addWheel (unsigned int base) |
void | initialize () |
bool | increment () |
std::vector< unsigned int > | getValue () |
long long unsigned int | getNumberOfValues () |
This is a counter with multiple bases: each digit has a different base
Counter::~Counter | ( | ) |
Definition at line 15 of file counter.cpp.
void Counter::addWheel | ( | unsigned int | base | ) |
Definition at line 23 of file counter.cpp.
long long unsigned int Counter::getNumberOfValues | ( | ) |
Definition at line 60 of file counter.cpp.
std::vector< unsigned int > Counter::getValue | ( | ) |
Definition at line 48 of file counter.cpp.
bool Counter::increment | ( | ) |
Definition at line 36 of file counter.cpp.
void Counter::initialize | ( | ) |
Definition at line 28 of file counter.cpp.