|
|||
|
|||
|
#include <modules.h>
Inheritance diagram for Version:


Public Member Functions | |
| Version (const std::string &sversion, int flags, int api_ver) | |
| Initialize version class. | |
Public Attributes | |
| std::string | version |
| Version information. | |
| const int | Flags |
| Flags and API version. | |
| const int | API |
The four members (set by the constructor only) indicate details as to the version number of a module. A class of type Version is returned by the GetVersion method of the Module class. The flags and API values represent the module flags and API version of the module. The API version of a module must match the API version of the core exactly for the module to load successfully.
Definition at line 251 of file modules.h.
|
||||||||||||||||
|
Initialize version class.
Definition at line 29 of file modules.cpp. |
|
|
Definition at line 260 of file modules.h. Referenced by ModuleManager::Load(). |
|
|
Flags and API version.
Definition at line 260 of file modules.h. Referenced by ModuleManager::Load(), and TreeSocket::Modules(). |
|
|
Version information.
Definition at line 256 of file modules.h. Referenced by ModuleManager::Load(), TreeSocket::Modules(), and ModuleHttpStats::OnEvent(). |