#define GENN_EXPORT
Definition: gennExport.h:13
GENN_EXPORT bool isRNGRequired(const std::string &code)
Does the code string contain any functions requiring random number generator.
Definition: gennUtils.cc:37
GENN_EXPORT std::string getUnderlyingType(const std::string &type)
Assuming type is a string containing a pointer type, function to return the underlying type...
Definition: gennUtils.cc:73
GENN_EXPORT bool isTypePointer(const std::string &type)
Function to determine whether a string containing a type is a pointer.
Definition: gennUtils.cc:68
GENN_EXPORT bool isInitRNGRequired(const std::vector< Models::VarInit > &varInitialisers)
Does the model with the vectors of variable initialisers and modes require an RNG for the specified i...
Definition: gennUtils.cc:58
Definition: gennUtils.h:14