Added regex support to subclasses filter

This commit is contained in:
Bartek Kryza
2023-06-07 00:15:36 +02:00
parent c7e61a586b
commit ad2fc3f8a6
6 changed files with 162 additions and 7 deletions

View File

@@ -170,7 +170,7 @@ struct filter {
// - private
std::vector<common::model::access_t> access;
std::vector<std::string> subclasses;
std::vector<string_or_regex> subclasses;
std::vector<std::string> parents;