#include <string>
#include <map>
#include "pluginDef.h"
Go to the source code of this file.
Namespaces | |
namespace | Spm |
namespace | Spm::Plugin |
Classes | |
struct | Spm::Plugin::pluginDescription_t |
class | Spm::Plugin::Interface |
The base class for all plugins. More... | |
Enumerations | |
enum | Spm::Plugin::license_e { Spm::Plugin::GPL = 0, Spm::Plugin::LGPL = 1, Spm::Plugin::BSD = 2, Spm::Plugin::NOT_FREE = 3 } |
enum | Spm::Plugin::state_e { Spm::Plugin::INITIALIZATION, Spm::Plugin::RUNNING, Spm::Plugin::ENDED, Spm::Plugin::FAILED } |
Variables | |
const int | Spm::Plugin::OPTION_NO_VALUE = 0 |
const int | Spm::Plugin::OPTION_VALUE_NOT_MANDATORY = 1 |
const int | Spm::Plugin::OPTION_VALUE_MANDATORY = 2 |