ROL
Functions
ROL::StringList Namespace Reference

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...
 

Function Documentation

std::vector<std::string> ROL::StringList::join ( const std::string &  s1,
const std::string &  s2 
)
inline

Helper function for making vectors of strings.

Definition at line 58 of file ROL_ParameterListConverters.hpp.

Referenced by ROL::tierParameterList().

std::vector<std::string> ROL::StringList::join ( const std::string &  s1,
const std::string &  s2,
const std::string &  s3 
)
inline

Helper function for making vectors of strings.

Definition at line 68 of file ROL_ParameterListConverters.hpp.

std::vector<std::string> ROL::StringList::join ( const std::string &  s1,
const std::string &  s2,
const std::string &  s3,
const std::string &  s4 
)
inline

Helper function for making vectors of strings.

Definition at line 80 of file ROL_ParameterListConverters.hpp.

std::vector<std::string> ROL::StringList::join ( const std::string &  s1,
const std::string &  s2,
const std::string &  s3,
const std::string &  s4,
const std::string &  s5 
)
inline

Helper function for making vectors of strings.

Definition at line 94 of file ROL_ParameterListConverters.hpp.