Accessing std::wstring in Python using SWIG

S

Shankar

Hello,

I have a C++ dll with one class which has one public function.
This function returns an std::list<std::wstring> as an argout.
I am using SWIG to generate Python extensions for this dll.

I have the following code in python to access the string from the list.

..
..
for item in myList:
print str(item)
..
..

When I run this program I see that the address of the string is printed, but
not the actual content.
Within Python code how can I dereference this wstring pointer to actually
print the value and not the address.

Thanks in advance,
With best regards,
Shankar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top