///////////////////////////////////////////////////////////////////////////
| 115 | |
| 116 | //////////////////////////////////////////////////////////////////////////////// |
| 117 | Eval::Eval() { addSource(namedConstants); } |
| 118 | |
| 119 | //////////////////////////////////////////////////////////////////////////////// |
| 120 | void Eval::addSource(bool (*source)(const std::string&, Variant&)) { _sources.push_back(source); } |
nothing calls this directly
no outgoing calls
no test coverage detected