| 5030 | |
| 5031 | WildcardPattern( std::string const& pattern, CaseSensitive::Choice caseSensitivity ); |
| 5032 | virtual ~WildcardPattern() = default; |
| 5033 | virtual bool matches( std::string const& str ) const; |
| 5034 | |
| 5035 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected