Udostępnij przez


<regex>, definicje typów

Nagłówek <regex> zawiera następujące definicje typów:

cmatch Typedef

Definicja typu dla match_results znaków.

typedef match_results<const char*> cmatch;

Uwagi

Typ opisuje specjalizację szablonu match_results klasy 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 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 regex_token_iterator klasy 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 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 basic_regex klasy 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 match_results klasy 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 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 regex_token_iterator klasy 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 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 match_results klasy 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 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 regex_token_iterator klasy 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 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 basic_regex klasy 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 match_results klasy 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 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 regex_token_iterator klasy 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 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