#include <esve/message/Compute_Sender.hxx>
Inheritance diagram for esve::message::Compute_Sender:

Public Member Functions | |
| virtual void | add (Compute_Receiver &)=0 |
| Child compute() receivers. | |
| virtual void | remove (Compute_Receiver &)=0 |
| Child compute() receivers. | |
| virtual void | remove_all ()=0 |
| Child compute() receivers. | |
Protected Member Functions | |
| virtual void | send_compute ()=0 |
| Send the compute() message to all children. | |
The compute tree.
At the root of every compute tree is a Compute_Sender, which passes the compute() message to its Compute_Receivers.
The operating system is the original source of the compute() message; the user should never call send_compute().
1.3.4