Definition at line 94 of file wildcards.hpp.
Public Member Functions | |
| constexpr | cards (cards_type type=cards_type::extended) |
| constexpr | cards (char16_t a, char16_t s, char16_t e) |
| constexpr | cards (char16_t a, char16_t s, char16_t e, char16_t so, char16_t sc, char16_t sn, char16_t ao, char16_t ac, char16_t ar) |
Public Attributes | |
| char16_t | alt_close {u')'} |
| bool | alt_enabled {true} |
| char16_t | alt_open {u'('} |
| char16_t | alt_or {u'|'} |
| char16_t | anything {u'*'} |
| char16_t | escape {u'\\'} |
| char16_t | set_close {u']'} |
| bool | set_enabled {true} |
| char16_t | set_not {u'!'} |
| char16_t | set_open {u'['} |
| char16_t | single {u'?'} |
#include </home/stephan/code/root-2/main/src/wildcards.hpp>
|
inlineconstexpr |
Definition at line 95 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 99 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 103 of file wildcards.hpp.
| char16_t wildcards::cards< char16_t >::alt_close {u')'} |
Definition at line 127 of file wildcards.hpp.
| bool wildcards::cards< char16_t >::alt_enabled {true} |
Definition at line 125 of file wildcards.hpp.
| char16_t wildcards::cards< char16_t >::alt_open {u'('} |
Definition at line 126 of file wildcards.hpp.
| char16_t wildcards::cards< char16_t >::alt_or {u'|'} |
Definition at line 128 of file wildcards.hpp.
| char16_t wildcards::cards< char16_t >::anything {u'*'} |
Definition at line 118 of file wildcards.hpp.
| char16_t wildcards::cards< char16_t >::escape {u'\\'} |
Definition at line 120 of file wildcards.hpp.
| char16_t wildcards::cards< char16_t >::set_close {u']'} |
Definition at line 123 of file wildcards.hpp.
| bool wildcards::cards< char16_t >::set_enabled {true} |
Definition at line 121 of file wildcards.hpp.
| char16_t wildcards::cards< char16_t >::set_not {u'!'} |
Definition at line 124 of file wildcards.hpp.
| char16_t wildcards::cards< char16_t >::set_open {u'['} |
Definition at line 122 of file wildcards.hpp.
| char16_t wildcards::cards< char16_t >::single {u'?'} |
Definition at line 119 of file wildcards.hpp.