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

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>

Constructor & Destructor Documentation

◆ cards() [1/3]

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

Definition at line 169 of file wildcards.hpp.

◆ cards() [2/3]

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

Definition at line 173 of file wildcards.hpp.

◆ cards() [3/3]

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

Definition at line 177 of file wildcards.hpp.

Member Data Documentation

◆ alt_close

wchar_t wildcards::cards< wchar_t >::alt_close {L')'}

Definition at line 201 of file wildcards.hpp.

◆ alt_enabled

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

Definition at line 199 of file wildcards.hpp.

◆ alt_open

wchar_t wildcards::cards< wchar_t >::alt_open {L'('}

Definition at line 200 of file wildcards.hpp.

◆ alt_or

wchar_t wildcards::cards< wchar_t >::alt_or {L'|'}

Definition at line 202 of file wildcards.hpp.

◆ anything

wchar_t wildcards::cards< wchar_t >::anything {L'*'}

Definition at line 192 of file wildcards.hpp.

◆ escape

wchar_t wildcards::cards< wchar_t >::escape {L'\\'}

Definition at line 194 of file wildcards.hpp.

◆ set_close

wchar_t wildcards::cards< wchar_t >::set_close {L']'}

Definition at line 197 of file wildcards.hpp.

◆ set_enabled

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

Definition at line 195 of file wildcards.hpp.

◆ set_not

wchar_t wildcards::cards< wchar_t >::set_not {L'!'}

Definition at line 198 of file wildcards.hpp.

◆ set_open

wchar_t wildcards::cards< wchar_t >::set_open {L'['}

Definition at line 196 of file wildcards.hpp.

◆ single

wchar_t wildcards::cards< wchar_t >::single {L'?'}

Definition at line 193 of file wildcards.hpp.

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

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