Inherits Module.

Public Member Functions | |
| ModuleSQLite (const Anope::string &modname, const Anope::string &creator) | |
| ~ModuleSQLite () | |
| void | OnReload () anope_override |
Private Attributes | |
| std::map< Anope::string, SQLiteService * > | SQLiteServices |
Definition at line 62 of file m_sqlite.cpp.
| ModuleSQLite::ModuleSQLite | ( | const Anope::string & | modname, | |
| const Anope::string & | creator | |||
| ) | [inline] |
Definition at line 67 of file m_sqlite.cpp.
References ModuleManager::Attach(), and I_OnReload.
| ModuleSQLite::~ModuleSQLite | ( | ) | [inline] |
Definition at line 75 of file m_sqlite.cpp.
| void ModuleSQLite::OnReload | ( | ) | [inline, virtual] |
Called when Services' configuration has been loaded.
Reimplemented from Module.
Definition at line 82 of file m_sqlite.cpp.
References database, Anope::DataDir, ConfigReader::Enumerate(), CoreException::GetReason(), LOG_NORMAL, and ConfigReader::ReadValue().
std::map<Anope::string, SQLiteService *> ModuleSQLite::SQLiteServices [private] |
Definition at line 65 of file m_sqlite.cpp.
1.7.1