string type in SWIG.

hpyhpy member at dbforums.com
Mon Sep 16 22:09:17 EDT 2002


I define a class,it has string type member,and include ,how SWIG wrap
it?Such as:
in example.cpp
////////////////////////////
#include
using namespace std;
class a
{
private:
string aaa;
};
////////////////////////////
How to do example.i?

--
Posted via http://dbforums.com




More information about the Python-list mailing list