The Pedigree Project  0.1
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
SchedulerTimer Class Referenceabstract

#include <SchedulerTimer.h>

+ Inheritance diagram for SchedulerTimer:
+ Collaboration diagram for SchedulerTimer:

Public Member Functions

virtual bool registerHandler (TimerHandler *handler)=0
 

Protected Member Functions

 SchedulerTimer ()
 
virtual ~SchedulerTimer ()
 

Private Member Functions

 SchedulerTimer (const SchedulerTimer &)
 
SchedulerTimeroperator= (const SchedulerTimer &)
 

Detailed Description

Timer for scheduling

Definition at line 29 of file include/pedigree/kernel/machine/SchedulerTimer.h.

Constructor & Destructor Documentation

SchedulerTimer::SchedulerTimer ( )
protecteddefault

The default constructor

SchedulerTimer::~SchedulerTimer ( )
protectedvirtualdefault

The destructor

SchedulerTimer::SchedulerTimer ( const SchedulerTimer )
private

The copy-constructor

Note
NOT implemented

Member Function Documentation

SchedulerTimer& SchedulerTimer::operator= ( const SchedulerTimer )
private

The assignment operator

Note
NOT implemented

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