Search
-
class HPS::Search
The Search class is a concept class for search-related enum classes.
Public Types
-
enum Behavior
Enumeration of the search behaviors.
Values:
-
enumerator Exhaustive
Find every instance of the specified types in the specified search space.
-
enumerator FirstMatch
Find the first instance of any of the specified types in the specified search space.
-
enumerator ExhaustivePaths
Find every instance of the specified types in the specified search space, counting repeat occurrences separately and making the paths available.
-
enumerator Exhaustive
-
enum Space
Enumeration of which segments to look in when performing a search.
Values:
-
enum Behavior