All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
util::RegexDataProductSelector::ProductRegex Struct Reference

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
 

Detailed Description

A pattern on a input tag (empty matches everything).

Definition at line 42 of file ArtDataProductSelectors.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: