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:
parent
f43bb6bf71
commit
c1956bf1fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue