Data structures and functions to compute joins.
More...
|
using | CppClingo::Ground::UMatcher = std::unique_ptr< Matcher > |
| A unique pointer to a matcher.
|
|
using | CppClingo::Ground::UMatcherVec = std::vector< UMatcher > |
| A vector of matchers.
|
|
using | CppClingo::Ground::InstantiatorVec = std::vector< Instantiator > |
| A vector of instantiators.
|
|
|
auto | CppClingo::Ground::operator<< (std::ostream &out, MatcherType type) -> std::ostream & |
| Print a short indicator for the matcher type.
|
|
Data structures and functions to compute joins.
◆ MatcherType
Enumeration of matcher types.
Enumerator |
---|
old_atoms | Indicates a matcher for freshly added atoms.
|
all_atoms | Indicates a matcher for previously added atoms.
Indicates a matcher for all atoms.
|