ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
DomainSubstitutionRule Struct Reference

Description:

Domain substitution rules.

Definition at line 64 of file loxpimpl.cpp.

Collaboration diagram for DomainSubstitutionRule:
[legend]

Public Type Index:

enum class  Type { Exact , StartsWith , EndsWith , Substring }
 

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)
 

Enumeration Details:

◆ Type

enum class Type
strong

Rule types.

Enumerator
Exact 

Exact match.

StartsWith 

Starts with match.

EndsWith 

Ends with match.

Substring 

Any sub-string.

Definition at line 67 of file loxpimpl.cpp.

Field Details:

◆ Replacement

NString32 Replacement

The replacement.

Definition at line 78 of file loxpimpl.cpp.

◆ Search

NString32 Search

The path to search.

Definition at line 77 of file loxpimpl.cpp.

◆ type

Type type

Denotes the type of the rule, depending of what was set in originally as search path

Definition at line 75 of file loxpimpl.cpp.

Constructor(s) / Destructor Details::

◆ DomainSubstitutionRule()

DomainSubstitutionRule ( const NString & s,
const NString & r )
inline

Constructor.

Parameters
sThe path to search.
rThe replacement.

Definition at line 84 of file loxpimpl.cpp.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: