preCICE v3.1.2
Loading...
Searching...
No Matches
Namespaces | Functions
String.cpp File Reference
#include "String.hpp"
#include <Eigen/Dense>
#include <boost/algorithm/string/case_conv.hpp>
#include <memory>
#include <vector>
#include "boost/algorithm/string/classification.hpp"
#include "boost/algorithm/string/split.hpp"
#include "utils/assertion.hpp"
Include dependency graph for String.cpp:

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::stringprecice::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)