are there examples of how to do this somewhere?
for something like list<int>, MyClass   and list<MyClass>

thanks,
AW

>        1) the vector_indexing_suite might work for a std::list. Give it
> a try.
>        2) Manually expose the function the you care about.
>        3) have a couple of get/set functions as a property that copies
> your std::list to and from a bp::list.
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to