Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

esve::message::impl::Update_Node Class Reference

Node for relaying the update() message. More...

#include <esve/message/impl/Update_Node.hxx>

Inheritance diagram for esve::message::impl::Update_Node:

esve::message::Update_Node esve::message::impl::Active_State esve::message::impl::Update_Receiver esve::message::impl::Update_Sender esve::message::Active_State esve::message::Update_Receiver esve::message::Update_Sender esve::message::Active_State esve::message::Update_Receiver esve::message::Update_Sender esve::kernel::Async_Update_Server List of all members.

Public Member Functions

bool active () const
 Whether to pass messages to children.

void active (bool)
 Whether to pass messages to children.

void remove_all ()
 Child update() receivers.

virtual void add (Update_Receiver &)=0
 Child update() receivers.

virtual void remove (Update_Receiver &)=0
 Child update() receivers.

virtual void remove_all ()=0
 Child update() receivers.


Protected Member Functions

void update ()
 Receive the update() message.

void update (double dt)
 Receive the update() message.

virtual void send_update ()=0
 Send the update() message to all children.

virtual void send_update (double dt)=0
 Send the update() message to all children.

void send_update ()
 Send the update() message to all children.

void send_update (double dt)
 Send the update() message to all children.


Detailed Description

Node for relaying the update() message.


Member Function Documentation

virtual bool esve::message::Active_State::active  )  const [pure virtual, inherited]
 

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.

virtual void esve::message::Active_State::active bool   )  [pure virtual, inherited]
 

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.

bool esve::message::impl::Active_State::active  )  const [virtual, inherited]
 

Whether to pass messages to children.

When active(), messages are relayed from parents to children. When active() == false, no messages are relayed.

Implements esve::message::Active_State.

void esve::message::impl::Active_State::active bool   )  [virtual, inherited]
 

Whether to pass messages to children.

When active(), messages are relayed from parents to children. When active() == false, no messages are relayed.

Implements esve::message::Active_State.


Generated on Tue May 30 11:40:57 2006 for esve by doxygen 1.3.4