tlp::WithDependency
tlp::WithDependency
Section: Tulip Graph Library (3) Updated: 19 Jul 2010 Local index
Up
NAME
tlp::WithDependency -
SYNOPSIS
#include <WithDependency.h >
Inherited by tlp::Algorithm , tlp::ExportModule , tlp::ImportModule , and tlp::PropertyAlgorithm .
Public Member Functions
std::list< Dependency > getDependencies ()
template<typename Ty > void addDependency (const char *name, const char *release)
Protected Member Functions
void addDependency (const char *factory, const char *name, const char *release)
Protected Attributes
std::list< Dependency > dependencies
Member Function Documentation
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.
void tlp::WithDependency::addDependency (const char * factory, const char * name, const char * release) [inline, protected]
std::list<Dependency > tlp::WithDependency::getDependencies () [inline]
Member Data Documentation
std::list<Dependency > tlp::WithDependency::dependencies [protected]
Author
Generated automatically by Doxygen for Tulip Graph Library from the source code.
Index
NAME
SYNOPSIS
Public Member Functions
Protected Member Functions
Protected Attributes
Member Function Documentation
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.
void tlp::WithDependency::addDependency (const char * factory, const char * name, const char * release) [inline, protected]
std::list<Dependency > tlp::WithDependency::getDependencies () [inline]
Member Data Documentation
std::list<Dependency > tlp::WithDependency::dependencies [protected]
Author
This document was created by
man2html ,
using the manual pages.
Time: 22:28:28 GMT, April 16, 2011