![]() |
SaltAPI
1.1
An API for the HTTPd / Zia by Salty Studio.
|
#include <ICore.hpp>

Public Member Functions | |
| virtual bool | Run (std::vector< std::string > const &opts, IModuleLoader *moduleLoader)=0 |
| virtual IConfig const & | GetConfig () const =0 |
| virtual IModule * | Get (std::string const &name) const =0 |
| Get the module by name from the list in ModuleLoader. More... | |
| virtual IModule * | Get (IModule::Type type) const =0 |
| Get the module by Type from the list in ModuleLoader. More... | |
|
pure virtual |
Get the module by name from the list in ModuleLoader.
| name | of the module |
Implemented in Module::ACore.

|
pure virtual |
Get the module by Type from the list in ModuleLoader.
| type | of the module |
Implemented in Module::ACore.
|
pure virtual |
Implemented in Module::ACore.
|
pure virtual |
| opts | arguments from main |
| moduleLoader | pointer on moduleLoader |
Implemented in Module::ACore.