I have written an interface file, and it works well for normal variables, stl vectors.
Without doing any typemapping it works for user defined class objects. But I have to send a list of objects from Python to C++, and vice-versa, cant figure out how. Any hints?