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

#include <countingWheel.h>

Public Member Functions

 CountingWheel (unsigned int base)
 
void initialize ()
 
bool increment ()
 
unsigned int getValue ()
 
unsigned int getBase ()
 

Detailed Description

Definition at line 16 of file countingWheel.h.

Constructor & Destructor Documentation

CountingWheel::CountingWheel ( unsigned int  base)

Definition at line 16 of file countingWheel.cpp.

Member Function Documentation

unsigned int CountingWheel::getBase ( )

Definition at line 45 of file countingWheel.cpp.

unsigned int CountingWheel::getValue ( )

Definition at line 38 of file countingWheel.cpp.

bool CountingWheel::increment ( )

Definition at line 25 of file countingWheel.cpp.

void CountingWheel::initialize ( )

Definition at line 20 of file countingWheel.cpp.


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