Go to the source code of this file.
|
| | nest |
| | Class representing a synapse with Hill short term plasticity.
|
| |
|
| template<class ModelT > |
| index | nest::register_model (Network &net, const std::string &name, bool private_model=false) |
| | Register a model prototype with the network. More...
|
| |
| template<class ModelT > |
| index | nest::register_preconf_model (Network &net, const std::string &name, Dictionary &conf, bool private_model=false) |
| | Register a pre-configured model prototype with the network. More...
|
| |
| template<class ModelT > |
| index | nest::register_private_model (Network &net, const std::string &name) |
| | Register a private model prototype with the network. More...
|
| |