GeNN  3.3.0
GPU enhanced Neuronal Networks (GeNN)
GenericFunction Struct Reference

#include <codeGenUtils.h>

Public Attributes

const std::string genericName
 Generic name used to refer to function in user code. More...
 
const unsigned int numArguments
 Number of function arguments. More...
 

Detailed Description

Immutable structure for specifying the name and number of arguments of a generic funcion e.g. gennrand_uniform

Member Data Documentation

◆ genericName

const std::string GenericFunction::genericName

Generic name used to refer to function in user code.

◆ numArguments

const unsigned int GenericFunction::numArguments

Number of function arguments.


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