Classes | |
| class | SUIT_SentenceMatcher |
| Approximate string matcher, treats strings as sentences composed of words. More... | |
Functions | |
| QString | substituteBashVars (const QString &theString) |
| Replaces all Bash-style variables (enlosed with "${" and "}") with values of corresponding environment variables. More... | |
| QString | substituteDOSVars (const QString &theString) |
| Replaces all DOS-style variables (enlosed with "%") with values of corresponding environment variables. More... | |
| QString | substituteVars (const QString &theString) |
| Replaces all Bash- and DOS- style variables with values of corresponding environment variables. More... | |
| std::wstring | to_wstring (const std::string &theStdString) |
| template<class Iterator > | |
| std::size_t | distance (const Iterator &theStartIt, const Iterator &theFinalIt) |
| Compensates lack of std::distance(..) prior to C++17. Does not check whether the iterators iterate the same container instance. More... | |
| template<class Container > | |
| std::size_t | distanceFromBegin (const Container &theContainer, const typename Container::const_iterator &theIt) |
| std::size_t SUIT_tools::distance | ( | const Iterator & | theStartIt, |
| const Iterator & | theFinalIt | ||
| ) |
Compensates lack of std::distance(..) prior to C++17. Does not check whether the iterators iterate the same container instance.
| std::size_t SUIT_tools::distanceFromBegin | ( | const Container & | theContainer, |
| const typename Container::const_iterator & | theIt | ||
| ) |
References distance().
| QString SUIT_tools::substituteBashVars | ( | const QString & | theString | ) |
Replaces all Bash-style variables (enlosed with "${" and "}") with values of corresponding environment variables.
References rx.
| QString SUIT_tools::substituteDOSVars | ( | const QString & | theString | ) |
Replaces all DOS-style variables (enlosed with "%") with values of corresponding environment variables.
References Qtx::getenv(), and rx.
| QString SUIT_tools::substituteVars | ( | const QString & | theString | ) |
Replaces all Bash- and DOS- style variables with values of corresponding environment variables.
References substituteBashVars(), and substituteDOSVars().
| std::wstring SUIT_tools::to_wstring | ( | const std::string & | theStdString | ) |