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.
 
std::vector< std::string > join (const std::string &s1, const std::string &s2, const std::string &s3)
 Helper function for making vectors of strings.
 
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.
 
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.
 

Function Documentation

◆ join() [1/4]

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

◆ join() [2/4]

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.

◆ join() [3/4]

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.

◆ join() [4/4]

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.