CoreNeuron
CoreNeuron copied to clipboard
Create a Memb_func class
As we are moving to a more object-oriented implementation we would like to turn the Memb_func struct into a proper C++ class that also encapsulates operations on its data into member functions and defines a clear interface.
This change will also affect the NMODL generated mechanism code as the registration function will call register_mech which in turn will set the Memb_func elements.