|
From: Yuval Bar-or <yuv...@gm...> - 2009-04-28 21:36:16
|
Hi all, I've been trying to use SWIG's C# wrappers for std::vector (std_vector.i) and std::map (std_map.i). I've found that they lack some basic capabilities and that they don't implement the C# generic interfaces IList<> and IDictionary<>. So I've changed the wrappers and added the necessary functionality. You can check my blog post on this: http://yuval.bar-or.org/blog/2009/04/improved-swig-c-wrappers-for-stdvector-and-stdmap/ Any comments are welcome. Enjoy! Yuval - http://yuval.bar-or.org |