Defines how source paths names are to be trimmed. ALox allows a set of global rules and a set that is 'local', hence specific to a Lox.
Definition at line 72 of file scopeinfo.inl.
Public Field Index: | |
lang::Inclusion | IncludeString |
Denotes if Path itself should be included when trimmed. | |
bool | IsPrefix |
true if path was not starting with '*' , when provided. | |
NAString | Path |
The path string. | |
config::Priority | Priority |
The priority of the rule. Depends on origin: source code, config...) | |
lang::Case | Sensitivity |
The sensitivity of the comparison when trimming. | |
int | TrimOffset |
Additional offset of the trim position. | |
NAString | TrimReplacement |
Optional replacement string for trimmed paths. | |
lang::Inclusion IncludeString |
Denotes if Path itself should be included when trimmed.
Definition at line 77 of file scopeinfo.inl.
bool IsPrefix |
true
if path was not starting with '*'
, when provided.
Definition at line 80 of file scopeinfo.inl.
The path string.
Definition at line 74 of file scopeinfo.inl.
The priority of the rule. Depends on origin: source code, config...)
Definition at line 79 of file scopeinfo.inl.
lang::Case Sensitivity |
The sensitivity of the comparison when trimming.
Definition at line 78 of file scopeinfo.inl.
int TrimOffset |
Additional offset of the trim position.
Definition at line 76 of file scopeinfo.inl.
NAString TrimReplacement |
Optional replacement string for trimmed paths.
Definition at line 75 of file scopeinfo.inl.