Closes #58 . All classes now store a struct instead of a pointer and can keep track of memory ownership. This also enables assignment to work.
I also made significant strides in native C++/Fortran interoperability, including options to wrap const std::string& as native fortran strings (no wrapper class required).
Closes #58 . All classes now store a struct instead of a pointer and can keep track of memory ownership. This also enables assignment to work.
I also made significant strides in native C++/Fortran interoperability, including options to wrap
const std::string&
as native fortran strings (no wrapper class required).