23 const std::string &devPrefix);
29 const std::string &devPrefix,
30 const std::string &localID,
31 const std::string &ttype);
37 const std::string &devPrefix,
38 const std::string &localID);
45 const std::string &localID,
46 const std::vector<FunctionTemplate> &functions,
47 const std::string &ftype,
48 const std::string &rng);
53 const std::string &devPrefix,
54 const std::string &localID,
55 const std::vector<FunctionTemplate> &functions,
56 const std::string &ftype,
57 const std::string &rng);
62 const std::string &devPrefix,
63 const std::string &localID);
68 const std::string &devPrefix,
69 const std::string &localID,
70 const std::vector<FunctionTemplate> &functions,
71 const std::string &ftype);
76 const std::string &devPrefix,
77 const std::string &localID,
78 const std::vector<FunctionTemplate> &functions,
79 const std::string &ftype);
Definition: neuronGroup.h:19
void neuronSpikeEventTest(CodeStream &os, const NeuronGroup &ng, const VarNameIterCtx &nmVars, const ExtraGlobalParamNameIterCtx &nmExtraGlobalParams, const std::string &localID, const std::vector< FunctionTemplate > &functions, const std::string &ftype, const std::string &rng)
Definition: standardGeneratedSections.cc:83
void neuronCurrentInjection(CodeStream &os, const NeuronGroup &ng, const std::string &devPrefix, const std::string &localID, const std::vector< FunctionTemplate > &functions, const std::string &ftype, const std::string &rng)
Definition: standardGeneratedSections.cc:121
void weightUpdatePreSpike(CodeStream &os, const NeuronGroup &ng, const std::string &devPrefix, const std::string &localID, const std::vector< FunctionTemplate > &functions, const std::string &ftype)
Definition: standardGeneratedSections.cc:216
Definition: standardSubstitutions.h:20
Helper class for generating code - automatically inserts brackets, indents etc.
Definition: codeStream.h:14
void neuronCopySpikeTriggeredVars(CodeStream &os, const NeuronGroup &ng, const std::string &devPrefix, const std::string &localID)
Definition: standardGeneratedSections.cc:160
Definition: standardGeneratedSections.h:18
void neuronLocalVarWrite(CodeStream &os, const NeuronGroup &ng, const VarNameIterCtx &nmVars, const std::string &devPrefix, const std::string &localID)
Definition: standardGeneratedSections.cc:66
void neuronOutputInit(CodeStream &os, const NeuronGroup &ng, const std::string &devPrefix)
Definition: standardGeneratedSections.cc:10
void weightUpdatePostSpike(CodeStream &os, const NeuronGroup &ng, const std::string &devPrefix, const std::string &localID, const std::vector< FunctionTemplate > &functions, const std::string &ftype)
Definition: standardGeneratedSections.cc:258
void neuronLocalVarInit(CodeStream &os, const NeuronGroup &ng, const VarNameIterCtx &nmVars, const std::string &devPrefix, const std::string &localID, const std::string &ttype)
Definition: standardGeneratedSections.cc:39