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

Function getDescription

include/function.h:95–98  ·  view source on GitHub ↗

* Description of function. */

Source from the content-addressed store, hash-verified

93 * Description of function.
94 */
95 virtual std::string getDescription() const
96 {
97 return "";
98 }
99
100protected:
101 unsigned int numVariables; // Dimension of domain (size of x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected