3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
%typemap{std::string}{simple};
|
|
%typemap{std::string&}{reference};
|
%typemap{std::string}{simple};
|
|
%typemap{std::string&}{reference};
|