![]() |
User Guide
|
Visitor for printing C++ code compatible with legacy api of NEURON More...
Visitor for printing C++ code compatible with legacy api of NEURON
Definition in file codegen_neuron_cpp_visitor.hpp.
#include <algorithm>
#include <cmath>
#include <ctime>
#include <numeric>
#include <ostream>
#include <string>
#include <string_view>
#include <utility>
#include "ast/function_block.hpp"
#include "ast/procedure_block.hpp"
#include "codegen/codegen_cpp_visitor.hpp"
#include "codegen/codegen_info.hpp"
#include "codegen/codegen_naming.hpp"
#include "printer/code_printer.hpp"
#include "symtab/symbol_table.hpp"
#include "utils/logger.hpp"
#include "visitors/ast_visitor.hpp"
Go to the source code of this file.
Classes | |
struct | nmodl::codegen::ThreadVariableInfo |
class | nmodl::codegen::CodegenNeuronCppVisitor |
Visitor for printing C++ code compatible with legacy api of NEURON More... | |
Namespaces | |
nmodl | |
encapsulates code generation backend implementations | |
nmodl::codegen | |
Enumerations | |
enum | nmodl::codegen::InterpreterWrapper { nmodl::codegen::HOC, nmodl::codegen::Python } |
Enum to switch between HOC and Python wrappers for functions and procedures defined in mechanisms. More... | |
Functions | |
std::string | nmodl::codegen::get_name (const ThreadVariableInfo &var) |