#include <>>
Initializer/finalizer for the ClockAspect.
- Author
- Tim Niemueller
Definition at line 39 of file clock.h.
◆ ClockAspectIniFin()
fawkes::ClockAspectIniFin::ClockAspectIniFin |
( |
Clock * |
clock | ) |
|
Constructor.
- Parameters
-
clock | clock instance to pass to threads |
Definition at line 44 of file clock.cpp.
◆ finalize()
void fawkes::ClockAspectIniFin::finalize |
( |
Thread * |
thread | ) |
|
|
virtual |
Finalize thread. The aspect for the given thread must be initialized. Use dynamic_cast to cast the thread into the expected aspect class. An exception must be thrown if this fails. If anything fails during initialization of the aspect an Exception must be thrown. This will not prevent the thread from being removed. Use prepare_finalize() to report problems that should prevent the thread from being unloaded.
- Parameters
-
Implements fawkes::AspectIniFin.
Definition at line 65 of file clock.cpp.
◆ init()
void fawkes::ClockAspectIniFin::init |
( |
Thread * |
thread | ) |
|
|
virtual |
Initialize thread. The aspect for the given thread must be initialized. Use dynamic_cast to cast the thread into the expected aspect class. An exception must be thrown if this fails. If anything fails during initialization of the aspect an Exception must be thrown.
- Parameters
-
thread | thread to initialize |
Implements fawkes::AspectIniFin.
Definition at line 50 of file clock.cpp.
The documentation for this class was generated from the following files: