Public Member Functions | |
Entry (const string &orig_prefix, const string &replacement_prefix) | |
INLINE | Entry (const Entry ©) |
INLINE void | operator= (const Entry ©) |
bool | try_match (const Filename &filename, Filename &new_filename) const |
size_t | r_try_match (const vector_string &components, size_t oi, size_t ci) const |
Public Attributes | |
string | _orig_prefix |
Components | _orig_components |
bool | _is_local |
string | _replacement_prefix |
|
Definition at line 201 of file pathReplace.cxx. References _is_local, _orig_components, _orig_prefix, _replacement_prefix, Filename::extract_components(), Filename::is_local(), and vector_string. |
|
|
|
|
|
Definition at line 273 of file pathReplace.cxx. References PathReplace::Component::_double_star, _orig_components, PathReplace::Component::_orig_prefix, GlobPattern::matches(), and size_t. Referenced by try_match(). |
|
Definition at line 235 of file pathReplace.cxx. References _is_local, _replacement_prefix, Filename::extract_components(), Filename::is_local(), r_try_match(), size_t, and vector_string. Referenced by PathReplace::match_path(). |
|
Definition at line 97 of file pathReplace.h. Referenced by Entry(), and try_match(). |
|
Definition at line 96 of file pathReplace.h. Referenced by Entry(), and r_try_match(). |
|
Definition at line 95 of file pathReplace.h. Referenced by Entry(). |
|
Definition at line 98 of file pathReplace.h. Referenced by Entry(), and try_match(). |