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 58 of file ROL_ParameterListConverters.hpp.
Referenced by ROL::tierParameterList().
|
inline |
Helper function for making vectors of strings.
Definition at line 68 of file ROL_ParameterListConverters.hpp.
|
inline |
Helper function for making vectors of strings.
Definition at line 80 of file ROL_ParameterListConverters.hpp.
|
inline |
Helper function for making vectors of strings.
Definition at line 94 of file ROL_ParameterListConverters.hpp.