#include <wildcards.hpp>
Public Member Functions | |
| constexpr | cards (T a, T s, T e) |
| constexpr | cards (T a, T s, T e, T so, T sc, T sn, T ao, T ac, T ar) |
Public Attributes | |
| T | alt_close |
| bool | alt_enabled |
| T | alt_open |
| T | alt_or |
| T | anything |
| T | escape |
| T | set_close |
| bool | set_enabled |
| T | set_not |
| T | set_open |
| T | single |
Definition at line 18 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 20 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 28 of file wildcards.hpp.
| T wildcards::cards< T >::alt_close |
Definition at line 51 of file wildcards.hpp.
| bool wildcards::cards< T >::alt_enabled |
Definition at line 49 of file wildcards.hpp.
| T wildcards::cards< T >::alt_open |
Definition at line 50 of file wildcards.hpp.
| T wildcards::cards< T >::alt_or |
Definition at line 52 of file wildcards.hpp.
| T wildcards::cards< T >::anything |
Definition at line 42 of file wildcards.hpp.
| T wildcards::cards< T >::escape |
Definition at line 44 of file wildcards.hpp.
| T wildcards::cards< T >::set_close |
Definition at line 47 of file wildcards.hpp.
| bool wildcards::cards< T >::set_enabled |
Definition at line 45 of file wildcards.hpp.
| T wildcards::cards< T >::set_not |
Definition at line 48 of file wildcards.hpp.
| T wildcards::cards< T >::set_open |
Definition at line 46 of file wildcards.hpp.
| T wildcards::cards< T >::single |
Definition at line 43 of file wildcards.hpp.