Add array reference typemaps which are needed since the pointer reference typemaps were committed in the last checkin

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10364 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-04-07 21:06:23 +00:00
commit 6054159ecf

View file

@ -343,6 +343,9 @@ parmeters match which function
* Others
* ----------------------------------------------------------------------------- */
// Array reference typemaps
%apply SWIGTYPE & { SWIGTYPE ((&)[ANY]) }
// size_t (which is just a unsigned long)
%apply unsigned long { size_t };
%apply const unsigned long & { const size_t & };