#include <BasicPluginInfo.h>
Public Member Functions | |
BasicPluginInfo (std::string name, std::string description) | |
BasicPluginInfo (std::string name, std::string description, const unsigned int numDeps, const char *deps[]) | |
~BasicPluginInfo () | |
BasicPluginInfo (const BasicPluginInfo &info) | |
Copy constructor. | |
const std::string & | getName () const |
const std::string & | getDescription () const |
const unsigned int | getNumDeps () const |
const std::string | getDependency (const int i) const |
Private Attributes | |
std::string | name |
Plugin name. | |
std::string | description |
Plugin description. | |
unsigned int | numDeps |
The number of dependencies in the array. | |
char ** | dependencies |
An array of plugin dependencies. | |
Friends | |
std::ostream & | operator<< (std::ostream &, BasicPluginInfo &) |
|
|
|
|
|
|
|
Copy constructor.
|
|
|
|
|
|
|
|
|
|
|
|
An array of plugin dependencies.
|
|
Plugin description.
|
|
Plugin name.
|
|
The number of dependencies in the array.
|