
Classes | |
| class | boost::u32regex_iterator_implementation< BidirectionalIterator > |
| class | boost::u32regex_iterator< BidirectionalIterator > |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
Typedefs | |
| typedef u32regex_iterator < const char * > | boost::utf8regex_iterator |
| typedef u32regex_iterator < const UChar * > | boost::utf16regex_iterator |
| typedef u32regex_iterator < const UChar32 * > | boost::utf32regex_iterator |
Functions | |
| u32regex_iterator< const char * > | boost::make_u32regex_iterator (const char *p, const u32regex &e, regex_constants::match_flag_type m=regex_constants::match_default) |
| u32regex_iterator< const wchar_t * > | boost::make_u32regex_iterator (const wchar_t *p, const u32regex &e, regex_constants::match_flag_type m=regex_constants::match_default) |
| u32regex_iterator< const UChar * > | boost::make_u32regex_iterator (const UChar *p, const u32regex &e, regex_constants::match_flag_type m=regex_constants::match_default) |
| template<class charT , class Traits , class Alloc > | |
| u32regex_iterator< typename std::basic_string< charT, Traits, Alloc > ::const_iterator > | boost::make_u32regex_iterator (const std::basic_string< charT, Traits, Alloc > &p, const u32regex &e, regex_constants::match_flag_type m=regex_constants::match_default) |
| u32regex_iterator< const UChar * > | boost::make_u32regex_iterator (const U_NAMESPACE_QUALIFIER UnicodeString &s, const u32regex &e, regex_constants::match_flag_type m=regex_constants::match_default) |