How to wrap this
class Foobar {
public:
int member[];
}
in SWIG, without changing this C++ code??
Here is an excellent post that explains a lot,
SWIG/python array inside structure
but the way it works, you have to change the C++ code to make it possible to wrap. I can't do that.