Added 'str' member to the _swig_type_info structure. This contains a "nice"

string representation of the mangled datatype.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@725 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-08-30 15:14:16 +00:00
commit c1956bf1fc

View file

@ -46,6 +46,7 @@ extern "C" {
typedef struct _swig_type_info {
char *name;
void *(*converter)(void *);
char *str;
struct _swig_type_info *next;
struct _swig_type_info *prev;
} _swig_type_info;