<regex>
, definicje typów
cmatch
cregex_iterator
cregex_token_iterator
csub_match
regex
smatch
sregex_iterator
sregex_token_iterator
ssub_match
wcmatch
wcregex_iterator
wcregex_token_iterator
wcsub_match
wregex
wsmatch
wsregex_iterator
wsregex_token_iterator
wssub_match
cmatch Typedef
Definicja typu dla match_results znaków.
typedef match_results<const char*> cmatch;
Uwagi
Typ opisuje specjalizację szablonu klasy match_results Klasa dla iteratorów typu const char*
.
definicja typu cregex_iterator
Definicja typu dla regex_iterator znaków.
typedef regex_iterator<const char*> cregex_iterator;
Uwagi
Typ opisuje specjalizację szablonu klasy regex_iterator Klasy dla iteratorów typu const char*
.
cregex_token_iterator, definicja typu
Definicja typu dla regex_token_iterator char
typedef regex_token_iterator<const char*> cregex_token_iterator;
Uwagi
Typ opisuje specjalizację szablonu klasy regex_token_iterator Klasa dla iteratorów typu const char*
.
definicja typów csub_match
Definicja typu dla sub_match znaków.
typedef sub_match<const char*> csub_match;
Uwagi
Typ opisuje specjalizację szablonu klasy sub_match Klasy dla iteratorów typu const char*
.
definicja typu regex
Definicja typu dla basic_regex znaków.
typedef basic_regex<char> regex;
Uwagi
Typ opisuje specjalizację szablonu klasy basic_regex Klasa dla elementów typu char
.
Uwaga
Znaki o wysokiej bitach będą miały nieprzewidywalne wyniki z wartością regex
. Wartości spoza zakresu od 0 do 127 mogą powodować niezdefiniowane zachowanie.
smatch Typedef
Definicja typu dla match_results ciągu.
typedef match_results<string::const_iterator> smatch;
Uwagi
Typ opisuje specjalizację szablonu klasy match_results Klasa dla iteratorów typu string::const_iterator
.
sregex_iterator, definicja typu
Definicja typu dla regex_iterator ciągu.
typedef regex_iterator<string::const_iterator> sregex_iterator;
Uwagi
Typ opisuje specjalizację szablonu klasy regex_iterator Klasy dla iteratorów typu string::const_iterator
.
definicja typów sregex_token_iterator
Definicja typu dla regex_token_iterator ciągu.
typedef regex_token_iterator<string::const_iterator> sregex_token_iterator;
Uwagi
Typ opisuje specjalizację szablonu klasy regex_token_iterator Klasa dla iteratorów typu string::const_iterator
.
definicja typów ssub_match
Definicja typu dla sub_match ciągu.
typedef sub_match<string::const_iterator> ssub_match;
Uwagi
Typ opisuje specjalizację szablonu klasy sub_match Klasy dla iteratorów typu string::const_iterator
.
wcmatch, definicja typu
Definicja typu dla wchar_t match_results.
typedef match_results<const wchar_t *> wcmatch;
Uwagi
Typ opisuje specjalizację szablonu klasy match_results Klasa dla iteratorów typu const wchar_t*
.
definicja typu wcregex_iterator
Definicja typu dla wchar_t regex_iterator.
typedef regex_iterator<const wchar_t*> wcregex_iterator;
Uwagi
Typ opisuje specjalizację szablonu klasy regex_iterator Klasy dla iteratorów typu const wchar_t*
.
definicja typu wcregex_token_iterator
Definicja typu dla wchar_t regex_token_iterator.
typedef regex_token_iterator<const wchar_t*> wcregex_token_iterator;
Uwagi
Typ opisuje specjalizację szablonu klasy regex_token_iterator Klasa dla iteratorów typu const wchar_t*
.
wcsub_match, definicja typu
Definicja typu dla wchar_t sub_match.
typedef sub_match<const wchar_t*> wcsub_match;
Uwagi
Typ opisuje specjalizację szablonu klasy sub_match Klasy dla iteratorów typu const wchar_t*
.
wregex, definicja typu
Definicja typu dla wchar_t basic_regex.
typedef basic_regex<wchar_t> wregex;
Uwagi
Typ opisuje specjalizację szablonu klasy basic_regex Klasa dla elementów typu wchar_t
.
wsmatch, definicja typu
Definicja typu dla match_results wstringu.
typedef match_results<wstring::const_iterator> wsmatch;
Uwagi
Typ opisuje specjalizację szablonu klasy match_results Klasa dla iteratorów typu wstring::const_iterator
.
definicja typu wsregex_iterator
Definicja typu dla regex_iterator wstringu.
typedef regex_iterator<wstring::const_iterator> wsregex_iterator;
Uwagi
Typ opisuje specjalizację szablonu klasy regex_iterator Klasy dla iteratorów typu wstring::const_iterator
.
wsregex_token_iterator Typedef
Definicja typu dla regex_token_iterator wstringu.
typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;
Uwagi
Typ opisuje specjalizację szablonu klasy regex_token_iterator Klasa dla iteratorów typu wstring::const_iterator
.
definicja typu wssub_match
Definicja typu dla sub_match wciągów.
typedef sub_match<wstring::const_iterator> wssub_match;
Uwagi
Typ opisuje specjalizację szablonu klasy sub_match Klasy dla iteratorów typu wstring::const_iterator
.
Zobacz też
<regex>
regex_constants, klasa
regex_error, klasa
<funkcje wyrażenia regularnego>
regex_iterator, klasa
<Operatory wyrażenia> regularnego
regex_token_iterator, klasa
regex_traits, klasa