#include <cycler.h>
Inheritance diagram for MODEL::Cycler:
Public Methods | |
Cycler (COwner &master) | |
virtual | ~Cycler () |
virtual void | execute (void)=0 |
Protected Methods | |
COwner* | get_boss (void) |
Private Methods | |
Cycler (const Cycler &c) | |
Private Attributes | |
COwner* | theboss |
Friends | |
class | COwner |
Definition at line 28 of file cycler.h.
|
Create a Cycler, and tell it who it's COwner is Definition at line 23 of file cycler.cpp. |
|
Not allowed |
|
To be written for each one Reimplemented in MODEL::TickTock. |
|
In case we need to remove ourself Definition at line 35 of file cycler.cpp. Referenced by MODEL::TickTock::execute().
|
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.