tlp::Dependency Struct Reference
[Plugins]
Represents a single Tulip plug-in.
More...
#include <WithDependency.h>
List of all members.
Public Member Functions
- Dependency (std::string fName, std::string pName, std::string pRelease)
- Constructs a new dependency.
Public Attributes
Detailed Description
Represents a single Tulip plug-in.
Constructor & Destructor Documentation
tlp::Dependency::Dependency |
( |
std::string |
fName, |
|
|
std::string |
pName, |
|
|
std::string |
pRelease | |
|
) |
| | [inline] |
Constructs a new dependency.
- Parameters:
-
| fName | The typename of the dependency (e.g. DoubleAlgorithm) |
| pName | The name of the plug-in, as registered in the Tulip plug-in system. |
| pRelease | The required version of the plug-in. |
Member Data Documentation
The name of the plug-in, as registered in the Tulip plug-in system.
The required version of the plug-in.