#include <map>
#include "ROL_Types.hpp"
#include "ROL_ParameterList.hpp"
Go to the source code of this file.
|
std::vector< std::string > | ROL::StringList::join (const std::string &s1, const std::string &s2) |
| Helper function for making vectors of strings. More...
|
|
std::vector< std::string > | ROL::StringList::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 > | ROL::StringList::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 > | ROL::StringList::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...
|
|
template<class ParameterType > |
void | ROL::setParameter (ROL::ParameterList &parlist, const std::vector< std::string > &location, const std::vector< std::string >::iterator iter, ParameterType value) |
|
void | ROL::tierParameterList (ROL::ParameterList &outList, const ROL::ParameterList &inList) |
| Produce a heirarchical parameter list using the new names from a flat list of the old names. More...
|
|