#include "DBInterface.h"#include "Neuron.h"#include "Synapse.h"#include <map>#include <string>Go to the source code of this file.
Classes | |
| class | ClassLoader |
Typedefs | |
| typedef Neuron *(* | CreateNeuronFunctionType )() |
| typedef Synapse *(* | CreateSynapseFunctionType )() |
|
|
The type of the function used to create neurons. Definition at line 38 of file ClassLoader.h. |
|
|
The type of the function used to create synapses. Definition at line 41 of file ClassLoader.h. |
1.4.4