| 184 | { |
| 185 | public: |
| 186 | inline CustomQueryBase(STDString const & name, std::vector<CustomFunctionParam> params) |
| 187 | : CustomFunction(name, std::move(params)) |
| 188 | {} |
| 189 | |
| 190 | virtual bool Query(OsiArgumentDesc & params) = 0; |
| 191 |
nothing calls this directly
no outgoing calls
no test coverage detected