MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / CasedString

Class CasedString

Bcore/src/main/cpp/Dobby/tests/catch.hpp:2324–2331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2322namespace StdString {
2323
2324struct CasedString {
2325 CasedString(std::string const &str, CaseSensitive::Choice caseSensitivity);
2326 std::string adjustString(std::string const &str) const;
2327 std::string caseSensitivitySuffix() const;
2328
2329 CaseSensitive::Choice m_caseSensitivity;
2330 std::string m_str;
2331};
2332
2333struct StringMatcherBase : MatcherBase<std::string> {
2334 StringMatcherBase(std::string const &operation, CasedString const &comparator);

Callers 4

EqualsFunction · 0.85
ContainsFunction · 0.85
EndsWithFunction · 0.85
StartsWithFunction · 0.85

Calls

no outgoing calls

Tested by 4

EqualsFunction · 0.68
ContainsFunction · 0.68
EndsWithFunction · 0.68
StartsWithFunction · 0.68