ROL
|
Functions | |
std::vector< std::string > | join (const std::string &s1, const std::string &s2) |
Helper function for making vectors of strings. More... | |
std::vector< std::string > | join (const std::string &s1, const std::string &s2, const std::string &s3) |
Helper function for making vectors of strings. More... | |
std::vector< std::string > | join (const std::string &s1, const std::string &s2, const std::string &s3, const std::string &s4) |
Helper function for making vectors of strings. More... | |
std::vector< std::string > | join (const std::string &s1, const std::string &s2, const std::string &s3, const std::string &s4, const std::string &s5) |
Helper function for making vectors of strings. More... | |
|
inline |
Helper function for making vectors of strings.
Definition at line 23 of file ROL_ParameterListConverters.hpp.
Referenced by ROL::tierParameterList().
|
inline |
Helper function for making vectors of strings.
Definition at line 33 of file ROL_ParameterListConverters.hpp.
|
inline |
Helper function for making vectors of strings.
Definition at line 45 of file ROL_ParameterListConverters.hpp.
|
inline |
Helper function for making vectors of strings.
Definition at line 59 of file ROL_ParameterListConverters.hpp.