Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
wildcards::cards< char32_t > Struct Reference

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>

Constructor & Destructor Documentation

◆ cards() [1/3]

wildcards::cards< char32_t >::cards ( cards_type type = cards_type::extended)
inlineconstexpr

Definition at line 132 of file wildcards.hpp.

◆ cards() [2/3]

wildcards::cards< char32_t >::cards ( char32_t a,
char32_t s,
char32_t e )
inlineconstexpr

Definition at line 136 of file wildcards.hpp.

◆ cards() [3/3]

wildcards::cards< char32_t >::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 )
inlineconstexpr

Definition at line 140 of file wildcards.hpp.

Member Data Documentation

◆ alt_close

char32_t wildcards::cards< char32_t >::alt_close {U')'}

Definition at line 164 of file wildcards.hpp.

◆ alt_enabled

bool wildcards::cards< char32_t >::alt_enabled {true}

Definition at line 162 of file wildcards.hpp.

◆ alt_open

char32_t wildcards::cards< char32_t >::alt_open {U'('}

Definition at line 163 of file wildcards.hpp.

◆ alt_or

char32_t wildcards::cards< char32_t >::alt_or {U'|'}

Definition at line 165 of file wildcards.hpp.

◆ anything

char32_t wildcards::cards< char32_t >::anything {U'*'}

Definition at line 155 of file wildcards.hpp.

◆ escape

char32_t wildcards::cards< char32_t >::escape {U'\\'}

Definition at line 157 of file wildcards.hpp.

◆ set_close

char32_t wildcards::cards< char32_t >::set_close {U']'}

Definition at line 160 of file wildcards.hpp.

◆ set_enabled

bool wildcards::cards< char32_t >::set_enabled {true}

Definition at line 158 of file wildcards.hpp.

◆ set_not

char32_t wildcards::cards< char32_t >::set_not {U'!'}

Definition at line 161 of file wildcards.hpp.

◆ set_open

char32_t wildcards::cards< char32_t >::set_open {U'['}

Definition at line 159 of file wildcards.hpp.

◆ single

char32_t wildcards::cards< char32_t >::single {U'?'}

Definition at line 156 of file wildcards.hpp.

Collaboration diagram for wildcards::cards< char32_t >:
[legend]

The documentation for this struct was generated from the following file: