| 136 | } |
| 137 | |
| 138 | inline void AssignHandle(FunctionHandle handle) |
| 139 | { |
| 140 | handle_ = handle; |
| 141 | } |
| 142 | |
| 143 | bool ValidateArgs(OsiArgumentDesc const & params) const; |
| 144 | void GenerateHeader(std::stringstream & ss, std::unordered_map<ValueType, STDString>& typeMap) const; |
no outgoing calls
no test coverage detected