Belos Package Browser (Single Doxygen Collection)
Development
|
Go to the source code of this file.
Namespaces | |
Belos | |
Belos::Impl | |
Functions | |
void | Belos::Impl::printStringArray (std::ostream &out, const Teuchos::ArrayView< const std::string > &array) |
Print the given array of strings, in YAML format, to out . More... | |
void | Belos::Impl::printStringArray (std::ostream &out, const std::vector< std::string > &array) |
Print the given array of strings, in YAML format, to out . More... | |
std::string | Belos::Impl::upperCase (const std::string &s) |
Return the upper-case version of s. More... | |