Scheduler
Public Member Functions | List of all members
Utils::Counter Class Reference

#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 ()
 

Detailed Description

This is a counter with multiple bases: each digit has a different base

Definition at line 21 of file counter.h.

Constructor & Destructor Documentation

Counter::~Counter ( )

Definition at line 15 of file counter.cpp.

Member Function Documentation

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.


The documentation for this class was generated from the following files: