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

Method CustomFunction

OsiInterface/CustomFunctions.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 {
110 public:
111 inline CustomFunction(std::string const & name, std::vector<CustomFunctionParam> params)
112 : name_(name), params_(params)
113 {}
114
115 inline std::string Name() const
116 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected