GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for regexp, including all inherited members.
compile(const std::string &pat, const regexp::opts &opt=regexp::opts()) | regexp | inline |
compile_internal(void) | regexp | private |
data | regexp | private |
free(void) | regexp | private |
is_match(const std::string &buffer) | regexp | |
is_match(const string_vector &buffer) | regexp | |
m | regexp | private |
match(const std::string &buffer) | regexp | |
named_idx | regexp | private |
named_pats | regexp | private |
nnames | regexp | private |
operator=(const regexp &rx) | regexp | inline |
options | regexp | private |
pattern | regexp | private |
regexp(const std::string &pat="", const regexp::opts &opt=regexp::opts(), const std::string &w="regexp") | regexp | inline |
regexp(const regexp &rx) | regexp | inline |
replace(const std::string &buffer, const std::string &replacement) | regexp | |
who | regexp | private |
~regexp(void) | regexp | inline |