Re: Discussion: adding support for Polymorphism in ADB C code generator

2008-05-30 Thread Dimuthu Gamage
On Fri, May 30, 2008 at 8:33 PM, Lefrancois, Carl <[EMAIL PROTECTED]> wrote: > >>Now, these "global" functions would know all the types, and would be > able to call the appropriate *_impl functions for them. For > serialization to work, we need to store the type name in every > structure, per Carl'

Re: discussion: adding support for polymorphism in ADB C code generator

2008-05-30 Thread Dimuthu Gamage
Hi Carl, Here the particle is for either group or for nested/inner type. for an example So as you can see particle classes can not be inherited. Since they don't have names. So I think we can assume whether it is a partial or not by the behavior of t