Re: embind - Polymorphic Invocation

2015-11-24 Thread Brion Vibber
Should work fine, as long as IFoo has a class binding and Foo derives from it. Are you having any trouble with the implementation or defining the bindings? -- brion On Nov 23, 2015 7:36 PM, "arnab choudhury" wrote: > Hey guys > > I have a question about whether we can use

embind - Polymorphic Invocation

2015-11-23 Thread arnab choudhury
Hey guys I have a question about whether we can use embind to invoke polymorphic functions on derived classes (when the derived class type definitions may not be known). For example, say I have a class Foo which derives from a pure virtual class IFoo. However, we don't publicly expose the