Class that allows for attaching any method to particular parts of its functionality. Internal.
More...
#include <mixins.h>
|
template<typename T > |
void | set_parameter_value (Parameter< T > ¶meter, T *value) |
|
Class that allows for attaching any method to particular parts of its functionality. Internal.
Definition at line 271 of file mixins.h.
bool Hermes::Mixins::OutputAttachable::on_finish |
( |
| ) |
|
|
virtual |
- Returns
- Whether or not should the processing continue.
Definition at line 743 of file mixins.cpp.
bool Hermes::Mixins::OutputAttachable::on_initial_step_end |
( |
| ) |
|
|
virtual |
- Returns
- Whether or not should the processing continue.
Definition at line 733 of file mixins.cpp.
bool Hermes::Mixins::OutputAttachable::on_initialization |
( |
| ) |
|
|
virtual |
- Returns
- Whether or not should the processing continue.
Definition at line 723 of file mixins.cpp.
bool Hermes::Mixins::OutputAttachable::on_step_begin |
( |
| ) |
|
|
virtual |
- Returns
- Whether or not should the processing continue.
Definition at line 728 of file mixins.cpp.
bool Hermes::Mixins::OutputAttachable::on_step_end |
( |
| ) |
|
|
virtual |
- Returns
- Whether or not should the processing continue.
Definition at line 738 of file mixins.cpp.
The documentation for this class was generated from the following files: