[C++-sig] array of strings in boost python

David Abrahams dave at boost-consulting.com
Mon Sep 11 12:55:11 CEST 2006


The following message is a courtesy copy of an article
that has been posted to gmane.comp.lib.boost.user as well.

<ctrembla at pcigeomatics.com> writes:

> Hi,
>
> newbie in python and boost::python

Please post  Boost.Python questions to the C++-sig:
http://www.boost.org/more/mailing_lists.htm#cplussig

> I have a method in c++ that returns a vector of strings, how can i 
> expose this method in python, and how should i use it in python

Sorry to turn the question around on you, but how do you /want/ to be
able to use it in Python?  That will determine how you should expose
it.

You might look into
http://boost.org/libs/python/doc/v2/indexing.html#vector_indexing_suite_class
to see if it meets your needs.


-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com



More information about the Cplusplus-sig mailing list