User Guide
nmodl::codegen::ThreadVariableInfo Struct Reference

Detailed Description

Definition at line 62 of file codegen_neuron_cpp_visitor.hpp.

#include <codegen_neuron_cpp_visitor.hpp>

Public Attributes

const std::shared_ptr< symtab::Symbolsymbol
 
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...
 

Member Data Documentation

◆ index

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.

◆ offset

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.

◆ symbol

const std::shared_ptr<symtab::Symbol> nmodl::codegen::ThreadVariableInfo::symbol

Definition at line 63 of file codegen_neuron_cpp_visitor.hpp.


The documentation for this struct was generated from the following file: