Boost logo

Boost :

Subject: Re: [boost] Thoughts for a GUI (Primitives) Library
From: Gwenio (urulokiurae_at_[hidden])
Date: 2010-10-20 11:47:47


One more consideration that came up is whether or not to have the event
handler class and the 'context' class (the one that hold the data for
working with the native objects) should be one and the same or separate.
When not using virtual functions for event handling it is obviously better
to separate the two, but when using virtual functions there is not much
diffrence in terms of overhead (with combining them being more the slightly
better choice). Because it is so close (only one addition pointer), I was
wondering if there were any advantages to still keeping them separate in
term of design. Thoughts?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk