The class defining the SPORE module. More...
#include <sporemodule.h>
Classes | |
class | InitSynapseUpdater_i_i_Function |
InitSynapseUpdater SLI function. More... | |
Public Member Functions | |
SporeModule () | |
~SporeModule () | |
void | init (SLIInterpreter *) |
const std::string | name (void) const |
const std::string | commandstring (void) const |
Protected Attributes | |
spore::SporeModule::InitSynapseUpdater_i_i_Function | init_synapse_updater_i_i_function_ |
The class defining the SPORE module.
spore::SporeModule::SporeModule | ( | ) |
Constructor.
spore::SporeModule::~SporeModule | ( | ) |
Destructor.
const std::string spore::SporeModule::commandstring | ( | void | ) | const |
Return the name of a sli file to execute when sporemodule is loaded. This mechanism can be used to define SLI commands associated with your module, in particular, set up type tries for functions you have defined.
void spore::SporeModule::init | ( | SLIInterpreter * | i | ) |
Initialize module by registering models with the interpreter.
SLIInterpreter* | SLI interpreter |
const std::string spore::SporeModule::name | ( | void | ) | const |
Return the name of the model.