![]() |
User Guide
|
Definition at line 62 of file codegen_neuron_cpp_visitor.hpp.
#include <codegen_neuron_cpp_visitor.hpp>
Public Attributes | |
const std::shared_ptr< symtab::Symbol > | symbol |
size_t | index |
There index global variables ahead of this one. More... | |
size_t | offset |
The global variables ahead of this one require offset doubles to store. More... | |
size_t nmodl::codegen::ThreadVariableInfo::index |
There index
global variables ahead of this one.
If one counts array global variables as one variable.
Definition at line 68 of file codegen_neuron_cpp_visitor.hpp.
size_t nmodl::codegen::ThreadVariableInfo::offset |
The global variables ahead of this one require offset
doubles to store.
Definition at line 73 of file codegen_neuron_cpp_visitor.hpp.
const std::shared_ptr<symtab::Symbol> nmodl::codegen::ThreadVariableInfo::symbol |
Definition at line 63 of file codegen_neuron_cpp_visitor.hpp.