swig/Examples/ocaml/strings_test
Zackery Spytz 27f964987a [OCaml] Fix reference typemaps for std::string
Fix warnings in the extend_template_method, li_std_string, and
template_methods tests. std::string was missing a typecheck typemap.

Add extend_template_method_runme.ml, li_std_string_runme.ml, and
template_methods_runme.ml.

Add INPUT, OUTPUT and INOUT typemaps for string &

Use the INOUT typemap in the strings_test example.  In the
strings_test example, takes_and_gives_std_string() was relying on the
silly fact that an argout typemap for string & was enabled by
default.

Remove the in, out, and typecheck typemaps for string &.

Closes: #1439
2023-04-21 09:39:59 +12:00
..
Makefile Correct ocaml dynamic targets 2019-03-26 21:24:00 +00:00
example.h [OCaml] Eliminate use of -Wno-write-strings 2019-01-24 05:32:35 -07:00
example.i [OCaml] Fix reference typemaps for std::string 2023-04-21 09:39:59 +12:00
runme.ml [OCaml] Eliminate use of -Wno-write-strings 2019-01-24 05:32:35 -07:00