#include <pattern_except.hpp>
|
| | regex_error (const std::string &s, regex_constants::error_type err=regex_constants::error_unknown, std::ptrdiff_t pos=0) |
| |
| | regex_error (regex_constants::error_type err) |
| |
| | ~regex_error () throw () |
| |
| regex_constants::error_type | code () const |
| |
| std::ptrdiff_t | position () const |
| |
| void | raise () const |
| |
| boost::regex_error::regex_error |
( |
const std::string & |
s, |
|
|
regex_constants::error_type |
err = regex_constants::error_unknown, |
|
|
std::ptrdiff_t |
pos = 0 |
|
) |
| |
|
explicit |
| boost::regex_error::regex_error |
( |
regex_constants::error_type |
err | ) |
|
|
explicit |
| boost::regex_error::~regex_error |
( |
| ) |
|
| throw | ( | |
| ) | | |
| regex_constants::error_type boost::regex_error::code |
( |
| ) |
const |
|
inline |
| std::ptrdiff_t boost::regex_error::position |
( |
| ) |
const |
|
inline |
| void boost::regex_error::raise |
( |
| ) |
const |
The documentation for this class was generated from the following file: