![]() |
NEURON
|
#include <model_data.hpp>
Public Attributes | |
std::size_t | node_data_offset {} |
Offset into global Node storage for this thread. More... | |
std::vector< std::size_t > | mechanism_offset {} |
Offsets into global mechanism storage for this thread (one per mechanism) More... | |
Definition at line 26 of file model_data.hpp.
std::vector<std::size_t> neuron::cache::Thread::mechanism_offset {} |
Offsets into global mechanism storage for this thread (one per mechanism)
Definition at line 34 of file model_data.hpp.
std::size_t neuron::cache::Thread::node_data_offset {} |
Offset into global Node storage for this thread.
Definition at line 30 of file model_data.hpp.