Cypress  1.0
C++ Spiking Neural Network Simulation Framework
cypress::NetworkBase Member List

This is the complete list of members for cypress::NetworkBase, including all inherited members.

clone() const cypress::NetworkBase
connect(PopulationIndex pid_src, NeuronIndex nid_src0, NeuronIndex nid_src1, PopulationIndex pid_tar, NeuronIndex nid_tar0, NeuronIndex nid_tar1, std::unique_ptr< Connector > connector, const char *name="")cypress::NetworkBaseprotected
ConnectableMixin classcypress::NetworkBasefriend
connection(std::string name) const cypress::NetworkBase
connections() const cypress::NetworkBase
create_population_index(size_t size, const NeuronType &type, const NeuronParameters &params, const NeuronSignals &signals, const std::string &name)cypress::NetworkBaseprotected
DataMixin classcypress::NetworkBasefriend
disabled_trafo_ids() const cypress::NetworkBase
disabled_trafo_ids()cypress::NetworkBase
duration() const cypress::NetworkBase
logger() const cypress::NetworkBase
logger(Logger &logger)cypress::NetworkBase
make_backend(std::string backend_id, int argc=0, const char *argv[]=nullptr, Json setup=Json())cypress::NetworkBasestatic
NetworkBase()cypress::NetworkBase
NetworkBase(std::shared_ptr< internal::NetworkData > impl)cypress::NetworkBaseinline
neuron_count() const cypress::NetworkBase
neuron_count(const NeuronType &type) const cypress::NetworkBase
neuron_count() const cypress::NetworkBaseinline
operator!=(const NetworkBase &o) const cypress::NetworkBaseinline
operator==(const NetworkBase &o) const cypress::NetworkBaseinline
operator[](PopulationIndex pid)cypress::NetworkBase
operator[](PopulationIndex pid) const cypress::NetworkBase
population(PopulationIndex pid)cypress::NetworkBase
population(PopulationIndex pid) const cypress::NetworkBase
population(const std::string &name=std::string())cypress::NetworkBase
population_count() const cypress::NetworkBase
population_count(const NeuronType &type) const cypress::NetworkBase
population_count() const cypress::NetworkBaseinline
population_data(PopulationIndex pid)cypress::NetworkBase
population_data(PopulationIndex pid) const cypress::NetworkBase
PopulationMixin classcypress::NetworkBasefriend
populations(const std::string &name=std::string(), const NeuronType &type=NullNeuron::inst()) const cypress::NetworkBase
populations(const NeuronType &type) const cypress::NetworkBase
run(const Backend &backend, Real duration=0.0)cypress::NetworkBase
run(const std::string &backend_id, Real duration=0.0, int argc=0, const char *argv[]=nullptr)cypress::NetworkBase
runtime() const cypress::NetworkBase
runtime(const NetworkRuntime &runtime)cypress::NetworkBase
update_connection(std::unique_ptr< Connector > connector, const char *name)cypress::NetworkBase
use_lossy_trafos() const cypress::NetworkBase
use_lossy_trafos(bool use_lossy) const cypress::NetworkBase
~NetworkBase()cypress::NetworkBase