Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Teuchos |
namespace | Teuchos::MatrixMarket |
namespace | Teuchos::MatrixMarket::details |
Functions | |
std::string | Teuchos::MatrixMarket::details::trim (const std::string &in) |
Trim whitespace from both sides of the given string. | |
std::string | Teuchos::MatrixMarket::details::lowercase (const std::string &in) |
Return lowercase version of the given string. | |
std::string | Teuchos::MatrixMarket::details::trim_and_lowercase (const std::string &in) |
Trim whitespace from both sides, and make lowercase. | |
std::vector< std::string > | Teuchos::MatrixMarket::details::split (const std::string &str, const std::string &delimiters, const size_t start=0) |
Split the given string using the given set of delimiters. | |