Defines portions of source paths to be ignored.
Definition at line 93 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. | |
Priorities | 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 97 of file scopeinfo.inl.
bool IsPrefix |
true if path was not starting with '*' when provided.
Definition at line 96 of file scopeinfo.inl.
NAString Path |
The path string.
Definition at line 95 of file scopeinfo.inl.
Priorities Priority |
The priority of the rule. Depends on origin: source code, config...)
Definition at line 101 of file scopeinfo.inl.
lang::Case Sensitivity |
The sensitivity of the comparison when trimming.
Definition at line 98 of file scopeinfo.inl.
int TrimOffset |
Additional offset of the trim position.
Definition at line 99 of file scopeinfo.inl.
NAString TrimReplacement |
Optional replacement string for trimmed paths.
Definition at line 100 of file scopeinfo.inl.