![]() |
User Guide
|
Visitor for adding implicit arguments to [Core]NEURON functions. More...
Visitor for adding implicit arguments to [Core]NEURON functions.
This visitor is used to add implicit arguments to functions (nrn_ghk, ...) that have historially been used in MOD files with "fewer" arguments and relied on global state, but which now need "more" arguments to be passed so that they can be pure functions.
Definition at line 37 of file implicit_argument_visitor.hpp.
#include <implicit_argument_visitor.hpp>
Private Attributes | |
std::string | simulator |
|
inlineexplicit |
Definition at line 38 of file implicit_argument_visitor.hpp.
|
overridevirtual |
visit node of type ast::FunctionCall
Implements nmodl::visitor::Visitor.
Definition at line 18 of file implicit_argument_visitor.cpp.
|
private |
Definition at line 44 of file implicit_argument_visitor.hpp.