LLNL / shroud

Shroud: generate Fortran and Python wrappers for C and C++ libraries
BSD 3-Clause "New" or "Revised" License
90 stars 7 forks source link

Vector string #318

Closed ltaylor16 closed 1 year ago

ltaylor16 commented 1 year ago

Add support for std::vector<std::string> & and std::string ** intent(out) arguments. The dimension and len as well as deref(allocatable) attributes are used to define how the Fortran argument is treated.