This is the complete list of members for reflex::regex_error, including all inherited members.
cannot_save_tables | reflex::regex_error | static |
code() const | reflex::regex_error | inline |
code_ | reflex::regex_error | private |
displen(const char *s, size_t k) | reflex::regex_error | privatestatic |
disppos(const char *s, size_t k) | reflex::regex_error | privatestatic |
empty_class | reflex::regex_error | static |
empty_expression | reflex::regex_error | static |
exceeds_length | reflex::regex_error | static |
exceeds_limits | reflex::regex_error | static |
invalid_anchor | reflex::regex_error | static |
invalid_backreference | reflex::regex_error | static |
invalid_class | reflex::regex_error | static |
invalid_class_range | reflex::regex_error | static |
invalid_collating | reflex::regex_error | static |
invalid_escape | reflex::regex_error | static |
invalid_modifier | reflex::regex_error | static |
invalid_quantifier | reflex::regex_error | static |
invalid_repeat | reflex::regex_error | static |
invalid_syntax | reflex::regex_error | static |
mismatched_braces | reflex::regex_error | static |
mismatched_brackets | reflex::regex_error | static |
mismatched_parens | reflex::regex_error | static |
mismatched_quotation | reflex::regex_error | static |
pos() const | reflex::regex_error | inline |
pos_ | reflex::regex_error | private |
regex_error(regex_error_type code, const std::string &pattern, size_t pos=0) | reflex::regex_error | inline |
regex_error(regex_error_type code, const char *pattern, size_t pos=0) | reflex::regex_error | inline |
regex_error(const char *message, const std::string &pattern, size_t pos=0) | reflex::regex_error | inline |
regex_error(const char *message, const char *pattern, size_t pos=0) | reflex::regex_error | inline |
regex_error_message(const char *message, const char *pattern, size_t pos) | reflex::regex_error | privatestatic |
regex_error_message_code(regex_error_type code, const char *pattern, size_t pos) | reflex::regex_error | privatestatic |
undefined_name | reflex::regex_error | static |