-------------------------------------------------------------------------
| 72 | |
| 73 | //------------------------------------------------------------------------- |
| 74 | bool Patterns::IsRegexCaseSensitiv() const |
| 75 | { |
| 76 | return isRegexCaseSensitiv_; |
| 77 | } |
| 78 | |
| 79 | //------------------------------------------------------------------------- |
| 80 | std::wostream& operator<<(std::wostream& ostr, const Patterns& patterns) |