Boost logo

Boost Users :

Subject: Re: [Boost-users] Auto dispatch metaprogramming tricks
From: Alexander Lamaison (awl03_at_[hidden])
Date: 2010-05-21 19:46:41


On Sat, 22 May 2010 00:34:04 +0100, Alexander Lamaison wrote:

> My 'widgets' will be organised in a class heirarchy. I supposed I can use
> a separate list for each subclass. The dispatcher can first try the widget
> class's list and then its base class's list and so on. This should keep
> the size of any individual list under 20.

Though this makes no sense if I actually succeed in auto-dispatching the
messages as I'll have to have a big list of possible messages. Hmmmm,
perhaps I should just stick with what I've got.

Alex


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net