Definition at line 168 of file wildcards.hpp.
Public Member Functions | |
| constexpr | cards (cards_type type=cards_type::extended) |
| constexpr | cards (wchar_t a, wchar_t s, wchar_t e) |
| constexpr | cards (wchar_t a, wchar_t s, wchar_t e, wchar_t so, wchar_t sc, wchar_t sn, wchar_t ao, wchar_t ac, wchar_t ar) |
Public Attributes | |
| wchar_t | alt_close {L')'} |
| bool | alt_enabled {true} |
| wchar_t | alt_open {L'('} |
| wchar_t | alt_or {L'|'} |
| wchar_t | anything {L'*'} |
| wchar_t | escape {L'\\'} |
| wchar_t | set_close {L']'} |
| bool | set_enabled {true} |
| wchar_t | set_not {L'!'} |
| wchar_t | set_open {L'['} |
| wchar_t | single {L'?'} |
#include </home/stephan/code/root-2/main/src/wildcards.hpp>
|
inlineconstexpr |
Definition at line 169 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 173 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 177 of file wildcards.hpp.
| wchar_t wildcards::cards< wchar_t >::alt_close {L')'} |
Definition at line 201 of file wildcards.hpp.
| bool wildcards::cards< wchar_t >::alt_enabled {true} |
Definition at line 199 of file wildcards.hpp.
| wchar_t wildcards::cards< wchar_t >::alt_open {L'('} |
Definition at line 200 of file wildcards.hpp.
| wchar_t wildcards::cards< wchar_t >::alt_or {L'|'} |
Definition at line 202 of file wildcards.hpp.
| wchar_t wildcards::cards< wchar_t >::anything {L'*'} |
Definition at line 192 of file wildcards.hpp.
| wchar_t wildcards::cards< wchar_t >::escape {L'\\'} |
Definition at line 194 of file wildcards.hpp.
| wchar_t wildcards::cards< wchar_t >::set_close {L']'} |
Definition at line 197 of file wildcards.hpp.
| bool wildcards::cards< wchar_t >::set_enabled {true} |
Definition at line 195 of file wildcards.hpp.
| wchar_t wildcards::cards< wchar_t >::set_not {L'!'} |
Definition at line 198 of file wildcards.hpp.
| wchar_t wildcards::cards< wchar_t >::set_open {L'['} |
Definition at line 196 of file wildcards.hpp.
| wchar_t wildcards::cards< wchar_t >::single {L'?'} |
Definition at line 193 of file wildcards.hpp.