|
|
void | CppClingo::Input::visit_variables (Term const &term, VarVisitFun fun) |
| | Visit variables with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (TheoryTerm const &term, VarVisitFun fun) |
| | Visit variables with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (TheoryElement const &term, VarVisitFun fun) |
| | Visit variables with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (Lit const &lit, VarVisitFun fun) |
| | Visit variables with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (CondLit const &lit, VarVisitFun fun) |
| | Visit variables with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (SetAggregateElement const &elem, VarVisitFun fun) |
| | Visit variables with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (HdLitAggregateElement const &elem, VarVisitFun fun) |
| | Visit variables with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (HdLit const &lit, VarVisitFun fun, VariableContext ctx) |
| | Visit variables in the given scope with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (BdLitAggregateElement const &elem, VarVisitFun fun) |
| | Visit variables with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (BdLit const &lit, VarVisitFun fun, VariableContext ctx) |
| | Visit variables in the given scope with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (OptimizeElement const &elem, VarVisitFun fun) |
| | Visit variables with the given function.
|
| |
|
void | CppClingo::Input::visit_variables (Stm const &stm, VarVisitFun fun, VariableContext ctx) |
| | Visit variables in the given scope with the given function.
|
| |
|
template<class T > |
| auto | CppClingo::Input::select_variables (T const &x, size_t size_hint=0) -> VariableSet |
| | Get all variables in an expression.
|
| |
|
template<class T > |
| auto | CppClingo::Input::select_variables (T const &x, VariableContext context, size_t size_hint=0) -> VariableSet |
| | Get all variables in an expression in the given context.
|
| |
Functions to visit variables in expressions.