MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / CasedString

Class CasedString

unittests/catch.hpp:2455–2463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2453 namespace StdString {
2454
2455 struct CasedString
2456 {
2457 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity );
2458 std::string adjustString( std::string const& str ) const;
2459 std::string caseSensitivitySuffix() const;
2460
2461 CaseSensitive::Choice m_caseSensitivity;
2462 std::string m_str;
2463 };
2464
2465 struct StringMatcherBase : MatcherBase<std::string> {
2466 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

no test coverage detected