Public Member Functions | Private Attributes

ModuleSQLite Class Reference

Inherits Module.

Collaboration diagram for ModuleSQLite:
Collaboration graph
[legend]

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

Detailed Description

Definition at line 62 of file m_sqlite.cpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().


Field Documentation

Definition at line 65 of file m_sqlite.cpp.


The documentation for this class was generated from the following file: