GeNN  4.9.0
GPU enhanced Neuronal Networks (GeNN)
Snippet::Base::ParamVal Struct Reference

Additional input variables, row state variables and other things have a name, a type and an initial value. More...

#include <snippet.h>

Public Member Functions

 ParamVal (const std::string &n, const std::string &t, const std::string &v)
 
 ParamVal (const std::string &n, const std::string &t, double v)
 
 ParamVal ()
 
bool operator== (const ParamVal &other) const
 

Public Attributes

std::string name
 
std::string type
 
std::string value
 

Detailed Description

Additional input variables, row state variables and other things have a name, a type and an initial value.

Constructor & Destructor Documentation

◆ ParamVal() [1/3]

Snippet::Base::ParamVal::ParamVal ( const std::string &  n,
const std::string &  t,
const std::string &  v 
)
inline

◆ ParamVal() [2/3]

Snippet::Base::ParamVal::ParamVal ( const std::string &  n,
const std::string &  t,
double  v 
)
inline

◆ ParamVal() [3/3]

Snippet::Base::ParamVal::ParamVal ( )
inline

Member Function Documentation

◆ operator==()

bool Snippet::Base::ParamVal::operator== ( const ParamVal other) const
inline

Member Data Documentation

◆ name

std::string Snippet::Base::ParamVal::name

◆ type

std::string Snippet::Base::ParamVal::type

◆ value

std::string Snippet::Base::ParamVal::value

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