Classes | |
class | boost::u32regex_token_iterator_implementation< BidirectionalIterator > |
class | boost::u32regex_token_iterator< BidirectionalIterator > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Typedefs | |
typedef u32regex_token_iterator< const char * > | boost::utf8regex_token_iterator |
typedef u32regex_token_iterator< const UChar * > | boost::utf16regex_token_iterator |
typedef u32regex_token_iterator< const UChar32 * > | boost::utf32regex_token_iterator |
Functions | |
u32regex_token_iterator< const char * > | boost::make_u32regex_token_iterator (const char *p, const u32regex &e, int submatch=0, regex_constants::match_flag_type m=regex_constants::match_default) |
u32regex_token_iterator< const wchar_t * > | boost::make_u32regex_token_iterator (const wchar_t *p, const u32regex &e, int submatch=0, regex_constants::match_flag_type m=regex_constants::match_default) |
u32regex_token_iterator< const UChar * > | boost::make_u32regex_token_iterator (const UChar *p, const u32regex &e, int submatch=0, regex_constants::match_flag_type m=regex_constants::match_default) |
template<class charT , class Traits , class Alloc > | |
u32regex_token_iterator < typename std::basic_string < charT, Traits, Alloc > ::const_iterator > | boost::make_u32regex_token_iterator (const std::basic_string< charT, Traits, Alloc > &p, const u32regex &e, int submatch=0, regex_constants::match_flag_type m=regex_constants::match_default) |
u32regex_token_iterator< const UChar * > | boost::make_u32regex_token_iterator (const U_NAMESPACE_QUALIFIER UnicodeString &s, const u32regex &e, int submatch=0, regex_constants::match_flag_type m=regex_constants::match_default) |
template<std::size_t N> | |
u32regex_token_iterator< const char * > | boost::make_u32regex_token_iterator (const char *p, const u32regex &e, const int(&submatch)[N], regex_constants::match_flag_type m=regex_constants::match_default) |
template<std::size_t N> | |
u32regex_token_iterator< const wchar_t * > | boost::make_u32regex_token_iterator (const wchar_t *p, const u32regex &e, const int(&submatch)[N], regex_constants::match_flag_type m=regex_constants::match_default) |
template<std::size_t N> | |
u32regex_token_iterator< const UChar * > | boost::make_u32regex_token_iterator (const UChar *p, const u32regex &e, const int(&submatch)[N], regex_constants::match_flag_type m=regex_constants::match_default) |
template<class charT , class Traits , class Alloc , std::size_t N> | |
u32regex_token_iterator < typename std::basic_string < charT, Traits, Alloc > ::const_iterator > | boost::make_u32regex_token_iterator (const std::basic_string< charT, Traits, Alloc > &p, const u32regex &e, const int(&submatch)[N], regex_constants::match_flag_type m=regex_constants::match_default) |
template<std::size_t N> | |
u32regex_token_iterator< const UChar * > | boost::make_u32regex_token_iterator (const U_NAMESPACE_QUALIFIER UnicodeString &s, const u32regex &e, const int(&submatch)[N], regex_constants::match_flag_type m=regex_constants::match_default) |
u32regex_token_iterator< const char * > | boost::make_u32regex_token_iterator (const char *p, const u32regex &e, const std::vector< int > &submatch, regex_constants::match_flag_type m=regex_constants::match_default) |
u32regex_token_iterator< const wchar_t * > | boost::make_u32regex_token_iterator (const wchar_t *p, const u32regex &e, const std::vector< int > &submatch, regex_constants::match_flag_type m=regex_constants::match_default) |
u32regex_token_iterator< const UChar * > | boost::make_u32regex_token_iterator (const UChar *p, const u32regex &e, const std::vector< int > &submatch, regex_constants::match_flag_type m=regex_constants::match_default) |
template<class charT , class Traits , class Alloc > | |
u32regex_token_iterator < typename std::basic_string < charT, Traits, Alloc > ::const_iterator > | boost::make_u32regex_token_iterator (const std::basic_string< charT, Traits, Alloc > &p, const u32regex &e, const std::vector< int > &submatch, regex_constants::match_flag_type m=regex_constants::match_default) |
u32regex_token_iterator< const UChar * > | boost::make_u32regex_token_iterator (const U_NAMESPACE_QUALIFIER UnicodeString &s, const u32regex &e, const std::vector< int > &submatch, regex_constants::match_flag_type m=regex_constants::match_default) |