|
preCICE v3.3.0
|
#include "String.hpp"#include <Eigen/Dense>#include <boost/algorithm/string/case_conv.hpp>#include <memory>#include <regex>#include <vector>#include "boost/algorithm/string/classification.hpp"#include "boost/algorithm/string/split.hpp"#include "utils/assertion.hpp"Go to the source code of this file.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::utils |
| contains precice-related utilities. | |
Functions | |
| std::string | precice::utils::wrapText (const std::string &text, int linewidth, int indentation) |
| std::string & | precice::utils::checkAppendExtension (std::string &filename, const std::string &extension) |
| Checks if filename has the given extension, if not appends it. | |
| bool | precice::utils::convertStringToBool (std::string const &value) |
| Evaluates a string to find out if it represents a bool. | |
| std::string | precice::utils::truncate_wstring_to_string (std::wstring wstr, char fill) |
| std::size_t | precice::utils::editDistance (std::string_view s1, std::string_view s2) |
| bool | precice::utils::isKebabStyle (std::string_view sv) |