#include "ClassLoader.h"#include "Debug.h"#include "Utilities.h"#include "SpikeStreamSimulation.h"#include <dlfcn.h>#include <mysql++.h>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | std |
| namespace | mysqlpp |
Classes | |
| class | NeuronTypeNotFoundException |
| class | SynapseTypeNotFoundException |
| class | SpikeStreamRootNotFoundException |
Variables | |
| NeuronTypeNotFoundException | neuronTypeNotFoundException |
| SynapseTypeNotFoundException | synapseTypeNotFoundException |
| SpikeStreamRootNotFoundException | spikestreamRootNotFoundException |
|
|
Exception thrown when a neuron class library or its parameter table cannot be found. Referenced by ClassLoader::getNeuronParameterTableName(), and ClassLoader::getNewNeuron(). |
|
|
Exception thrown when a synapse class library or its parameter table cannot be found. Referenced by ClassLoader::loadNeuronClasses(). |
|
|
Exception thrown when a synapse class library or its parameter table cannot be found. Referenced by ClassLoader::getConnGrpParameterTableName(), and ClassLoader::getNewSynapse(). |
1.4.4