#include <network_base.hpp>
template<typename Impl, typename Accessor, typename Params, typename Signals>
class cypress::DataMixin< Impl, Accessor, Params, Signals >
Mixin which allows to set and access the parameters and signals of a Population, PopulationView or Neuron.
template<typename Impl, typename Accessor, typename Params, typename Signals>
template<typename Other >
template<typename Impl, typename Accessor, typename Params, typename Signals>
template<typename Other >
template<typename Impl, typename Accessor, typename Params, typename Signals>
template<typename Other >
template<typename Impl, typename Accessor, typename Params, typename Signals>
template<typename Other >
template<typename Impl, typename Accessor, typename Params, typename Signals>
template<typename Other >
template<typename Impl, typename Accessor, typename Params, typename Signals>
template<typename Other >
template<typename Impl, typename Accessor, typename Params, typename Signals>
Returns an object which can be used for reading the parameters of the neurons represented by this object. Note that read access may be constrained when the parameters in the underlying neurons do not possess the same parameters.
template<typename Impl, typename Accessor, typename Params, typename Signals>
Returns an object which can be used for setting the parameters of the neurons. Note that read access may be constrained when the parameters in the underlying neurons do not possess the same parameters.
template<typename Impl, typename Accessor, typename Params, typename Signals>
Returns an object which can be used for reading the record flags and the recorded data.
template<typename Impl, typename Accessor, typename Params, typename Signals>
Returns an object which can be used for reading and writing the record flags and the recorded data.
template<typename Impl, typename Accessor, typename Params, typename Signals>
Returns the type of the population. All neurons share the same type.
The documentation for this class was generated from the following files: