swig/Examples/c/class
Vadim Zeitlin bda731cd8f Change naming convention for wrapped ctors and dtor
Use Foo_{new,delete}() instead of {new,delete}_Foo() to ensure that all
methods of the class Foo start with the corresponding prefix.
2016-09-15 01:27:40 +02:00
..
example.cxx Fixed naming convention issues (internal Swig variables, shadow -> proxy, test.c -> runme.c, etc.), modified Makefiles, bugfixes ("name" -> "sym:name"). Started C test-suite. 2008-07-09 20:02:20 +00:00
example.h Fixed naming convention issues (internal Swig variables, shadow -> proxy, test.c -> runme.c, etc.), modified Makefiles, bugfixes ("name" -> "sym:name"). Started C test-suite. 2008-07-09 20:02:20 +00:00
example.i Fixed naming convention issues (internal Swig variables, shadow -> proxy, test.c -> runme.c, etc.), modified Makefiles, bugfixes ("name" -> "sym:name"). Started C test-suite. 2008-07-09 20:02:20 +00:00
Makefile Fix and simplify C examples makefiles 2016-04-10 22:45:51 +02:00
runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00