Definition at line 131 of file wildcards.hpp.
Public Member Functions | |
| constexpr | cards (cards_type type=cards_type::extended) |
| constexpr | cards (char32_t a, char32_t s, char32_t e) |
| constexpr | cards (char32_t a, char32_t s, char32_t e, char32_t so, char32_t sc, char32_t sn, char32_t ao, char32_t ac, char32_t ar) |
Public Attributes | |
| char32_t | alt_close {U')'} |
| bool | alt_enabled {true} |
| char32_t | alt_open {U'('} |
| char32_t | alt_or {U'|'} |
| char32_t | anything {U'*'} |
| char32_t | escape {U'\\'} |
| char32_t | set_close {U']'} |
| bool | set_enabled {true} |
| char32_t | set_not {U'!'} |
| char32_t | set_open {U'['} |
| char32_t | single {U'?'} |
#include </home/stephan/code/root-2/main/src/wildcards.hpp>
|
inlineconstexpr |
Definition at line 132 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 136 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 140 of file wildcards.hpp.
| char32_t wildcards::cards< char32_t >::alt_close {U')'} |
Definition at line 164 of file wildcards.hpp.
| bool wildcards::cards< char32_t >::alt_enabled {true} |
Definition at line 162 of file wildcards.hpp.
| char32_t wildcards::cards< char32_t >::alt_open {U'('} |
Definition at line 163 of file wildcards.hpp.
| char32_t wildcards::cards< char32_t >::alt_or {U'|'} |
Definition at line 165 of file wildcards.hpp.
| char32_t wildcards::cards< char32_t >::anything {U'*'} |
Definition at line 155 of file wildcards.hpp.
| char32_t wildcards::cards< char32_t >::escape {U'\\'} |
Definition at line 157 of file wildcards.hpp.
| char32_t wildcards::cards< char32_t >::set_close {U']'} |
Definition at line 160 of file wildcards.hpp.
| bool wildcards::cards< char32_t >::set_enabled {true} |
Definition at line 158 of file wildcards.hpp.
| char32_t wildcards::cards< char32_t >::set_not {U'!'} |
Definition at line 161 of file wildcards.hpp.
| char32_t wildcards::cards< char32_t >::set_open {U'['} |
Definition at line 159 of file wildcards.hpp.
| char32_t wildcards::cards< char32_t >::single {U'?'} |
Definition at line 156 of file wildcards.hpp.