[Insight-developers] itkEventObject and type_info::before
Luis Ibanez
ibanez@choroid.cs.unc.edu
Fri, 14 Dec 2001 00:43:41 -0500 (EST)
That sound good, I'll then remove the use
of "before" from the Events comparison and
use only typeid( A ) == typeid( B ).
Luis
==============
On Fri, 14 Dec 2001, William A. Hoffman wrote:
>
> No, not really, I propose that we use typeid, but only fire events on exact
> matches.
> It is better than enums, because it can be extended without having to edit
> a single .h file
> with the enums. It allows for user events types to be created without
> changing an itk file.
>