NEURON
solve_without_method_visitor.hpp File Reference

Visitor for adding an explicit method to a SOLVE block which has an implicit one More...

#include "visitors/ast_visitor.hpp"
#include <string>
#include <unordered_set>

Go to the source code of this file.

Classes

class  nmodl::visitor::SolveWithoutMethodVisitor
 Visitor for adding an explicit method to a SOLVE block which has an implicit one More...
 

Namespaces

 nmodl
 encapsulates code generation backend implementations
 
 nmodl::visitor
 Implementation of different AST visitors.
 

Detailed Description

Visitor for adding an explicit method to a SOLVE block which has an implicit one

Definition in file solve_without_method_visitor.hpp.