swig-fortran / swig

This fork of SWIG creates Fortran wrapper code from C++ headers.
http://www.swig.org
Other
42 stars 11 forks source link

Add initial support for directors #152

Closed sethrj closed 4 years ago

sethrj commented 4 years ago

This feature allows SWIG-wrapped C++ classes to be extended by user-written Fortran derived types, so that a Fortran function can be called by C++, with arguments being correctly converted automatically.