#include <cowner.h>
Inheritance diagram for MODEL::COwner:


Public Methods | |
| virtual | ~COwner () |
| void | execute_list (void) |
| virtual void | cycle (Cycler &c) |
Protected Methods | |
| void | add_to_list (Cycler &c) |
| void | remove (Cycler &c) |
Private Attributes | |
| slist<Cycler*> | c_list |
Friends | |
| class | Cycler |
Definition at line 32 of file cowner.h.
|
|
To make sure all the destructors are called |
|
|
What to do for each cycler - this is an extra layer of indirection for maximum flexibility. Normally, this will just call execute for each cycler Definition at line 43 of file cowner.h. Referenced by execute_list().
|
|
|
Call all Cycler objects Definition at line 24 of file cowner.cpp. |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.