HighlightSearch

class HPS::HighlightSearch

The HighlightSearch class is a concept class for highlight search related enum classes.

Public Types

enum Scope

Enumeration of how to interpret path scope when performing a highlight search.

Values:

enumerator AtOrAbovePath

Only return highlights that apply at or above the specified path.

enumerator AtOrBelowPath

Only return highlights that apply at or below the specified path.

enumerator ExactPath

Only return highlights that apply at exactly the specified path.