|
| basic_regex () |
|
| basic_regex (const charT *p, flag_type f=regex_constants::normal) |
|
| basic_regex (const charT *p1, const charT *p2, flag_type f=regex_constants::normal) |
|
| basic_regex (const charT *p, size_type len, flag_type f) |
|
| basic_regex (const basic_regex &that) |
|
| ~basic_regex () |
|
basic_regex &BOOST_REGEX_CALL | operator= (const basic_regex &that) |
|
basic_regex &BOOST_REGEX_CALL | operator= (const charT *ptr) |
|
basic_regex & | assign (const basic_regex &that) |
|
basic_regex & | assign (const charT *p, flag_type f=regex_constants::normal) |
|
basic_regex & | assign (const charT *p, size_type len, flag_type f) |
|
basic_regex & | assign (const charT *p1, const charT *p2, flag_type f=regex_constants::normal) |
|
template<class ST , class SA > |
unsigned int BOOST_REGEX_CALL | set_expression (const std::basic_string< charT, ST, SA > &p, flag_type f=regex_constants::normal) |
|
template<class ST , class SA > |
| basic_regex (const std::basic_string< charT, ST, SA > &p, flag_type f=regex_constants::normal) |
|
template<class InputIterator > |
| basic_regex (InputIterator arg_first, InputIterator arg_last, flag_type f=regex_constants::normal) |
|
template<class ST , class SA > |
basic_regex &BOOST_REGEX_CALL | operator= (const std::basic_string< charT, ST, SA > &p) |
|
template<class string_traits , class A > |
basic_regex &BOOST_REGEX_CALL | assign (const std::basic_string< charT, string_traits, A > &s, flag_type f=regex_constants::normal) |
|
template<class InputIterator > |
basic_regex &BOOST_REGEX_CALL | assign (InputIterator arg_first, InputIterator arg_last, flag_type f=regex_constants::normal) |
|
locale_type BOOST_REGEX_CALL | imbue (locale_type l) |
|
locale_type BOOST_REGEX_CALL | getloc () const |
|
flag_type BOOST_REGEX_CALL | getflags () const |
|
flag_type BOOST_REGEX_CALL | flags () const |
|
std::basic_string< charT >
BOOST_REGEX_CALL | str () const |
|
std::pair< const_iterator,
const_iterator >
BOOST_REGEX_CALL | subexpression (std::size_t n) const |
|
const_iterator BOOST_REGEX_CALL | begin () const |
|
const_iterator BOOST_REGEX_CALL | end () const |
|
void BOOST_REGEX_CALL | swap (basic_regex &that) throw () |
|
size_type BOOST_REGEX_CALL | size () const |
|
size_type BOOST_REGEX_CALL | max_size () const |
|
bool BOOST_REGEX_CALL | empty () const |
|
size_type BOOST_REGEX_CALL | mark_count () const |
|
int | status () const |
|
int BOOST_REGEX_CALL | compare (const basic_regex &that) const |
|
bool BOOST_REGEX_CALL | operator== (const basic_regex &e) const |
|
bool BOOST_REGEX_CALL | operator!= (const basic_regex &e) const |
|
bool BOOST_REGEX_CALL | operator< (const basic_regex &e) const |
|
bool BOOST_REGEX_CALL | operator> (const basic_regex &e) const |
|
bool BOOST_REGEX_CALL | operator<= (const basic_regex &e) const |
|
bool BOOST_REGEX_CALL | operator>= (const basic_regex &e) const |
|
const charT *BOOST_REGEX_CALL | expression () const |
|
unsigned int BOOST_REGEX_CALL | set_expression (const charT *p1, const charT *p2, flag_type f=regex_constants::normal) |
|
unsigned int BOOST_REGEX_CALL | set_expression (const charT *p, flag_type f=regex_constants::normal) |
|
unsigned int BOOST_REGEX_CALL | error_code () const |
|
const re_detail::re_syntax_base * | get_first_state () const |
|
unsigned | get_restart_type () const |
|
const unsigned char * | get_map () const |
|
const
::boost::regex_traits_wrapper
< traits > & | get_traits () const |
|
bool | can_be_null () const |
|
const re_detail::regex_data
< charT, traits > & | get_data () const |
|
boost::shared_ptr
< re_detail::named_subexpressions > | get_named_subs () const |
|