///////////////////////////////////////////////////////////////////////////
| 118 | |
| 119 | //////////////////////////////////////////////////////////////////////////////// |
| 120 | void Eval::addSource(bool (*source)(const std::string&, Variant&)) { _sources.push_back(source); } |
| 121 | |
| 122 | //////////////////////////////////////////////////////////////////////////////// |
| 123 | void Eval::evaluateInfixExpression(const std::string& e, Variant& v) const { |
nothing calls this directly
no outgoing calls
no test coverage detected