Re: [pygccxml-development] Vector of Vectors
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2011-07-24 05:00:50
|
On Sat, Jul 23, 2011 at 5:28 AM, Scott Sturdivant <sc...@bi...> wrote: > > Hi, > Is it possible to have py++ understand a vector of vectors? If I remember right, such functionality does not exist > > Alternatively, is there a mechanism to support multi-dimensional arrays? Almost. Py++ has some functionality in place for integration with ctypes, but it only works with POD types. HTH |