avoid to use SwigValueWrapper with std::string, just to keep the code cleaner and familiar

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6422 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-18 00:35:16 +00:00
commit 4855fb73ae
9 changed files with 9 additions and 0 deletions

View file

@ -19,6 +19,7 @@
namespace std {
%feature("novaluewrapper") string;
class string;
// string

View file

@ -20,6 +20,7 @@
namespace std {
%feature("novaluewrapper") string;
class string;
%typemap(typecheck) string = char *;

View file

@ -22,6 +22,7 @@
namespace std {
%feature("novaluewrapper") string;
class string;
// string

View file

@ -20,6 +20,7 @@
namespace std {
%feature("novaluewrapper") string;
class string;
/* Overloading check */

View file

@ -21,6 +21,7 @@
namespace std {
%feature("novaluewrapper") string;
class string;
/* Overloading check */

View file

@ -21,6 +21,7 @@
namespace std {
%feature("novaluewrapper") string;
class string;
%typemap(in) string {

View file

@ -11,6 +11,7 @@
namespace std {
%feature("novaluewrapper") string;
class string;
/* Overloading check */

View file

@ -23,6 +23,7 @@ namespace std {
// Ruby wants class names to start with a capital letter
%rename(String) string;
%feature("novaluewrapper") string;
class string;
/* Overloading check */

View file

@ -21,6 +21,7 @@
namespace std {
%feature("novaluewrapper") string;
class string;
/* Overloading check */