$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andreas Huber (ah2003_at_[hidden])
Date: 2004-05-23 17:30:11
David Abrahams wrote:
[snip]
> Also, do I note that there's always function pointer indirection for
> event dispatch?
I'm not sure I understand what you mean with "function pointer indirection".
Event dispatch consists of a virtual function call followed by a linear
search for a reaction matching the event.
[snip]
>>> By the state machine framework?
>>
>> Yes.
>
> Clarification in the text would be good.
Agreed.
Regards,
Andreas