#include <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 {'?'} |
Definition at line 60 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 62 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 66 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 74 of file wildcards.hpp.
char wildcards::cards< char >::alt_close {')'} |
Definition at line 97 of file wildcards.hpp.
bool wildcards::cards< char >::alt_enabled {true} |
Definition at line 95 of file wildcards.hpp.
char wildcards::cards< char >::alt_open {'('} |
Definition at line 96 of file wildcards.hpp.
char wildcards::cards< char >::alt_or {'|'} |
Definition at line 98 of file wildcards.hpp.
char wildcards::cards< char >::anything {'*'} |
Definition at line 88 of file wildcards.hpp.
char wildcards::cards< char >::escape {'\\'} |
Definition at line 90 of file wildcards.hpp.
char wildcards::cards< char >::set_close {']'} |
Definition at line 93 of file wildcards.hpp.
bool wildcards::cards< char >::set_enabled {true} |
Definition at line 91 of file wildcards.hpp.
char wildcards::cards< char >::set_not {'!'} |
Definition at line 94 of file wildcards.hpp.
char wildcards::cards< char >::set_open {'['} |
Definition at line 92 of file wildcards.hpp.
char wildcards::cards< char >::single {'?'} |
Definition at line 89 of file wildcards.hpp.