MCPcopy Create free account
hub / github.com/Norbyte/ositools / CustomQuery

Method CustomQuery

OsiInterface/CustomFunctions.h:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 {
167 public:
168 inline CustomQuery(std::string const & name, std::vector<CustomFunctionParam> params,
169 std::function<bool(OsiArgumentDesc &)> handler)
170 : CustomFunction(name, std::move(params)), handler_(handler)
171 {}
172
173 bool Query(OsiArgumentDesc & params);
174

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected