hust-marx / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Need conversion functions from VARIANT to FB::variant #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need conversion functions that will, given a VARIANT, return an 
FB::variant type; also, vise versa.  Given a FB::variant returns a VARIANT 
(or CComVariant)

Ideally we would be able to overload the assignment operator between these 
two datatypes. This will be critical to do correctly and as efficiently as 
possible for the JSAPI to IDispatchEx bridge.

Original issue reported on code.google.com by taxilian on 9 Oct 2009 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by taxilian on 9 Oct 2009 at 7:12

GoogleCodeExporter commented 9 years ago
Started - Oct 27, 2009

Original comment by taxilian on 28 Oct 2009 at 2:22

GoogleCodeExporter commented 9 years ago

Original comment by taxilian on 20 Dec 2009 at 2:48