The Sparta Modeling Framework
|
function LevenshteinDistance() More...
#include <StringUtils.hpp>
Public Member Functions | |
TransformedString (const char *str) | |
TransformedString (const std::string &str) | |
TransformedString & | operator= (const std::string &str) |
TransformedString (const TransformedString &rhs) | |
TransformedString & | operator= (const TransformedString &rhs) |
bool | operator== (const TransformedString &rhs) const |
bool | operator!= (const TransformedString &rhs) const |
bool | operator== (const std::string &rhs) const |
bool | operator!= (const std::string &rhs) const |
bool | operator== (const char *rhs) const |
bool | operator!= (const char *rhs) const |
const std::string & | getString () const |
operator std::string () const | |
function LevenshteinDistance()
=========================================================================== Utility class which applies a user-provided functor to all chars of a std::string, so that users do not have to remember to always apply these algorithms manually themselves.
Definition at line 408 of file StringUtils.hpp.
|
inline |
Definition at line 413 of file StringUtils.hpp.
|
inline |
Definition at line 417 of file StringUtils.hpp.
|
inline |
Definition at line 429 of file StringUtils.hpp.
|
inline |
Definition at line 462 of file StringUtils.hpp.
|
inline |
Definition at line 466 of file StringUtils.hpp.
|
inline |
Definition at line 458 of file StringUtils.hpp.
|
inline |
Definition at line 450 of file StringUtils.hpp.
|
inline |
Definition at line 442 of file StringUtils.hpp.
|
inline |
Definition at line 423 of file StringUtils.hpp.
|
inline |
Definition at line 433 of file StringUtils.hpp.
|
inline |
Definition at line 454 of file StringUtils.hpp.
|
inline |
Definition at line 446 of file StringUtils.hpp.
|
inline |
Definition at line 438 of file StringUtils.hpp.