swig-fortran / swig

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

Add generic "smart pointer" support #76

Closed sethrj closed 5 years ago

sethrj commented 6 years ago

Enable Fortran support for unary operator * and operator ->. Currently they're ignored. Fortran supports arbitrary "generic" names, so it might be good to add a "deref" generic.

sethrj commented 5 years ago

This is low priority: how many users actually define custom smart pointers? And need them wrapped this way??