| 3090 | |
| 3091 | WildcardPattern( std::string const& pattern, CaseSensitive::Choice caseSensitivity ); |
| 3092 | virtual ~WildcardPattern() = default; |
| 3093 | virtual bool matches( std::string const& str ) const; |
| 3094 | |
| 3095 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected