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

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 | compute ()=0 |
| Receive the compute() message. | |
| virtual void | send_compute ()=0 |
| Send the compute() message to all children. | |
The compute tree.
The default behavior of a Compute_Node is to relay the compute() message to all children (if active()).
|
|
Whether to pass messages to children. When active(), messages are relayed from parents to children. When active() == false, no messages are relayed. Implemented in esve::message::impl::Active_State, and esve::kernel::Caching_Node. |
|
|
Whether to pass messages to children. When active(), messages are relayed from parents to children. When active() == false, no messages are relayed. Implemented in esve::message::impl::Active_State, and esve::kernel::Caching_Node. |
1.3.4