Cypress  1.0
C++ Spiking Neural Network Simulation Framework
Classes | Namespaces | Macros
network_base_objects.hpp File Reference
#include <cypress/core/network_base.hpp>
#include <cypress/core/network_mixins.hpp>
Include dependency graph for network_base_objects.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cypress::PopulationBase
 
class  cypress::PopulationViewBase
 
class  cypress::NeuronBase
 
struct  cypress::Accessor
 

Namespaces

 cypress
 

Macros

#define CYPRESS_CORE_NETWORK_BASE_OBJECTS_HPP
 

Detailed Description

Header containing the declarations of the basic neuron and population classes. The classes used in this header are generic in a sense that they can represent neurons and populations of any type. If possible do not use the types in this header directly, but use the templated versions in network.hpp.

Author
Andreas Stöckel

Macro Definition Documentation

#define CYPRESS_CORE_NETWORK_BASE_OBJECTS_HPP