Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
wildcards::cards< char > Struct Reference

Definition at line 58 of file wildcards.hpp.

Public Member Functions

constexpr cards (cards_type type=cards_type::extended)
constexpr cards (char a, char s, char e)
constexpr cards (char a, char s, char e, char so, char sc, char sn, char ao, char ac, char ar)

Public Attributes

char alt_close {')'}
bool alt_enabled {true}
char alt_open {'('}
char alt_or {'|'}
char anything {'*'}
char escape {'\\'}
char set_close {']'}
bool set_enabled {true}
char set_not {'!'}
char set_open {'['}
char single {'?'}

#include </home/stephan/code/root-2/main/src/wildcards.hpp>

Constructor & Destructor Documentation

◆ cards() [1/3]

wildcards::cards< char >::cards ( cards_type type = cards_type::extended)
inlineconstexpr

Definition at line 59 of file wildcards.hpp.

◆ cards() [2/3]

wildcards::cards< char >::cards ( char a,
char s,
char e )
inlineconstexpr

Definition at line 63 of file wildcards.hpp.

◆ cards() [3/3]

wildcards::cards< char >::cards ( char a,
char s,
char e,
char so,
char sc,
char sn,
char ao,
char ac,
char ar )
inlineconstexpr

Definition at line 67 of file wildcards.hpp.

Member Data Documentation

◆ alt_close

char wildcards::cards< char >::alt_close {')'}

Definition at line 90 of file wildcards.hpp.

◆ alt_enabled

bool wildcards::cards< char >::alt_enabled {true}

Definition at line 88 of file wildcards.hpp.

◆ alt_open

char wildcards::cards< char >::alt_open {'('}

Definition at line 89 of file wildcards.hpp.

◆ alt_or

char wildcards::cards< char >::alt_or {'|'}

Definition at line 91 of file wildcards.hpp.

◆ anything

char wildcards::cards< char >::anything {'*'}

Definition at line 81 of file wildcards.hpp.

◆ escape

char wildcards::cards< char >::escape {'\\'}

Definition at line 83 of file wildcards.hpp.

◆ set_close

char wildcards::cards< char >::set_close {']'}

Definition at line 86 of file wildcards.hpp.

◆ set_enabled

bool wildcards::cards< char >::set_enabled {true}

Definition at line 84 of file wildcards.hpp.

◆ set_not

char wildcards::cards< char >::set_not {'!'}

Definition at line 87 of file wildcards.hpp.

◆ set_open

char wildcards::cards< char >::set_open {'['}

Definition at line 85 of file wildcards.hpp.

◆ single

char wildcards::cards< char >::single {'?'}

Definition at line 82 of file wildcards.hpp.

Collaboration diagram for wildcards::cards< char >:
[legend]

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