Save the Filter to json configuration file
| 244 | |
| 245 | //! Save the Filter to json configuration file |
| 246 | void save(JsonArchive& ar, const unsigned int) const |
| 247 | { |
| 248 | ar << NVP(categoryText_) |
| 249 | << NVP(pluginText_) |
| 250 | << NVP(enabled_) |
| 251 | << NVP(level_); |
| 252 | } |
| 253 | |
| 254 | private: |
| 255 | std::regex category_; |
no outgoing calls
no test coverage detected