typemaps.i: $descriptor usage correction.

ocaml.cxx: director classes (needs more testing, but my Qt example works).
director.swg: Core director class for Ocaml.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4480 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Art Yerkes 2003-03-08 17:11:19 +00:00
commit 8dd475f93e
7 changed files with 1115 additions and 248 deletions

View file

@ -37,7 +37,6 @@
// exported class
namespace std {
template<class K, class T> class map {
// add typemaps here
public:
@ -186,5 +185,4 @@ namespace std {
%enddef
// add specializations here
}