tlp::WithDependency Class Reference
[Plugins]
#include <WithDependency.h>
List of all members. Public Member Functions
Protected Member Functions
- void addDependency (const char *factory, const char *name, const char *release)
Protected Attributes
Member Function Documentation
void tlp::WithDependency::addDependency |
( |
const char * |
factory, |
|
|
const char * |
name, |
|
|
const char * |
release | |
|
) |
| | [inline, protected] |
std::list<Dependency> tlp::WithDependency::getDependencies |
( |
|
) |
[inline] |
template<typename Ty>
void tlp::WithDependency::addDependency |
( |
const char * |
name, |
|
|
const char * |
release | |
|
) |
| | [inline] |
Indicates that the current algorithm depends on the named algorithm of type 'Ty' which is supposing to have the parameters specified as second argument. If non null the second argument needs to be a null terminated array of character strings.
Member Data Documentation
|