MCPcopy Create free account
hub / github.com/bgrimstad/splinter / Function

Function Function

include/function.h:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 : Function(1) {}
30
31 Function(unsigned int numVariables)
32 : numVariables(numVariables) {}
33
34 virtual ~Function() {}
35

Callers 1

function.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected