| souffle
    2.0.2-371-g6315b36
    | 
| Data Structures | |
| struct | lxor_infix | 
| Functions | |
| template<typename A > | |
| bool | lxor (A x, A y) | 
| template<typename A > | |
| lxor_infix::curry< A > | operator+ (A x, lxor_infix) | 
| template<typename A , typename F > | |
| void | runRange (A from, A to, A step, F &&go) | 
| template<typename A , typename F > | |
| void | runRange (A from, A to, F &&go) | 
| template<typename A > | |
| A | symbol2numeric (const std::string &src) | 
| bool souffle::evaluator::lxor | ( | A | x, | 
| A | y | ||
| ) | 
Definition at line 73 of file EvaluatorUtil.h.
References souffle::evaluator::lxor_infix::curry< A >::operator+(), and souffle::evaluator::lxor_infix::curry< A >::x.

| lxor_infix::curry<A> souffle::evaluator::operator+ | ( | A | x, | 
| lxor_infix | |||
| ) | 
Definition at line 93 of file EvaluatorUtil.h.
| void souffle::evaluator::runRange | ( | A | from, | 
| A | to, | ||
| A | step, | ||
| F && | go | ||
| ) | 
Definition at line 33 of file EvaluatorUtil.h.
| void souffle::evaluator::runRange | ( | A | from, | 
| A | to, | ||
| F && | go | ||
| ) | 
Definition at line 51 of file EvaluatorUtil.h.
References souffle::RamFloatFromString(), and souffle::RamSignedFromString().

| A souffle::evaluator::symbol2numeric | ( | const std::string & | src | ) | 
Definition at line 56 of file EvaluatorUtil.h.
 1.8.17
 1.8.17