Neuron::nf getFun(const string &name)

This function returns the function registered under the given name. When someone (for example a Neuron) needs to read a function from a stream, it reads a string, then uses this function to retrieve the associated function pointer.