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

Description:

Defines portions of source paths to be ignored.

Definition at line 93 of file scopeinfo.inl.

Collaboration diagram for ScopeInfo::SourcePathTrimRule:
[legend]

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.
 

Field Details:

◆ IncludeString

lang::Inclusion IncludeString

Denotes if Path itself should be included when trimmed.

Definition at line 97 of file scopeinfo.inl.

◆ IsPrefix

bool IsPrefix

true if path was not starting with '*' when provided.

Definition at line 96 of file scopeinfo.inl.

◆ Path

NAString Path

The path string.

Definition at line 95 of file scopeinfo.inl.

◆ Priority

Priorities Priority

The priority of the rule. Depends on origin: source code, config...)

Definition at line 101 of file scopeinfo.inl.

◆ Sensitivity

lang::Case Sensitivity

The sensitivity of the comparison when trimming.

Definition at line 98 of file scopeinfo.inl.

◆ TrimOffset

int TrimOffset

Additional offset of the trim position.

Definition at line 99 of file scopeinfo.inl.

◆ TrimReplacement

NAString TrimReplacement

Optional replacement string for trimmed paths.

Definition at line 100 of file scopeinfo.inl.


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