Ralf W. Grosse-Kunstleve wrote:
Since I didn't see any other responses, I'll offer what I know, even though it
doesn't directly answer
your question.
A few years ago I experimented with SWIG - Boost.Python integration, where you
can get easy access
from C++ to SWIG-wrapped objects, inside a fu
Machine: x86_64 running RH EL 5.0
Pygccxml version 1.0.0
Gcc-xml version 0.9.0
If I create a struct similar to:
typedef struct {
uint16_t a[4][2][3];
} blah;
And use pygccxml to parse it, the type attribute for the field "a" is
set to: uint16_t[3][2][4]. Does anyone know why th