#include <map>
#include <util/propertyList.h>
#include <boost/tuple/tuple.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Spm |
namespace | Spm::Plugin |
Classes | |
class | Spm::Plugin::pluginDescription_t |
Description of a Plugin. More... | |
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::pluginType_e { Spm::Plugin::INTERFACE_TYPE, Spm::Plugin::DOWNLOAD_TYPE, Spm::Plugin::STEP_TYPE, Spm::Plugin::INSTALLER_TYPE, Spm::Plugin::INFO_TYPE } |
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 |