A pattern on a input tag (empty matches everything). More...
#include <ArtDataProductSelectors.h>
Public Attributes | |
std::optional< std::regex > | process |
std::optional< std::regex > | module |
std::optional< std::regex > | instance |
A pattern on a input tag (empty matches everything).
Definition at line 42 of file ArtDataProductSelectors.h.
std::optional<std::regex> util::RegexDataProductSelector::ProductRegex::instance |
Definition at line 45 of file ArtDataProductSelectors.h.
std::optional<std::regex> util::RegexDataProductSelector::ProductRegex::module |
Definition at line 44 of file ArtDataProductSelectors.h.
std::optional<std::regex> util::RegexDataProductSelector::ProductRegex::process |
Definition at line 43 of file ArtDataProductSelectors.h.