$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2004-09-15 16:02:10
Andreas Huber wrote:
> Hmmm, but I guess you still need to have the whole transition table in one
> translation unit, right?
There is no "whole transition table" in my example. The process_event
function instantiates a part of the table for a given event, Therefore,
it possible that they are instantiated in different TU.
> I guess the most important thing is to implement O(1) dispatch.
Done. See attachment.
-- Alexander Nasonov