Domain substitution rules.
Definition at line 67 of file loxpimpl.cpp.
Public Type Index: | |
| enum class | Type { Exact , StartsWith , EndsWith , Substring } |
| Rule types. More... | |
Public Field Index: | |
| NString32 | Replacement |
| The replacement. | |
| NString32 | Search |
| The path to search. | |
| Type | type |
Public Method Index: | |
| DomainSubstitutionRule (const NString &s, const NString &r) | |
|
strong |
Rule types.
| Enumerator | |
|---|---|
| Exact | Exact match. |
| StartsWith | Starts with match. |
| EndsWith | Ends with match. |
| Substring | Any substring. |
Definition at line 70 of file loxpimpl.cpp.
| NString32 alib::lox::detail::DomainSubstitutionRule::Replacement |
The replacement.
Definition at line 80 of file loxpimpl.cpp.
| NString32 alib::lox::detail::DomainSubstitutionRule::Search |
The path to search.
Definition at line 79 of file loxpimpl.cpp.
| Type alib::lox::detail::DomainSubstitutionRule::type |
Denotes the type of the rule, depending of what was set in originally as search path
Definition at line 77 of file loxpimpl.cpp.
|
inline |
Constructor.
| s | The path to search. |
| r | The replacement. |
Definition at line 85 of file loxpimpl.cpp.