OOStuBS - Technische Informatik II (TI-II)  2.4
Öffentliche Methoden | Aufstellung aller Elemente
Application Klassenreferenz

Basis of OOStuBs-Applications. Mehr ...

#include <appl.h>

Klassendiagramm für Application:
Inheritance graph
[Legende]
Zusammengehörigkeiten von Application:
Collaboration graph
[Legende]

Öffentliche Methoden

virtual void action ()=0
 Start the application.
- Öffentliche Methoden geerbt von Customer
 Customer ()
 Default Constructor.
Waitingroomwaiting_in () const
 Gets the room this thread is waiting in.
- Öffentliche Methoden geerbt von Thread
void exit ()
 Thread ()
void yield ()
 ~Thread ()
- Öffentliche Methoden geerbt von Queue::Element
 Element ()

Ausführliche Beschreibung

Basis of OOStuBs-Applications.

This class defines the only application used by oo-StuBS. Every application class is derived from this class.

Definiert in Zeile 19 der Datei appl.h.

Dokumentation der Elementfunktionen

virtual void Application::action ( )
pure virtual

Start the application.

This method must be overwritten by the derived class.

Implementiert Thread.

Implementiert in Task1, Task4, Task4::Counter, Task3A, Task4::RotCursor, Task3B, Task5 und Task2.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: