#include <Dependency_Sorter.h>
List of all members.
Public Types |
typedef std::vector< std::string > | INSTALL_ORDER |
typedef std::set< std::string > | IH_DEPS |
Member Typedef Documentation
Member Function Documentation
void DAnCE::Dependency_Sorter::add_dependency |
( |
const std::string & |
subject, |
|
|
const IH_DEPS & |
deps |
|
) |
| |
Add a dependency to the map.
void DAnCE::Dependency_Sorter::add_dependency |
( |
const std::string & |
subject, |
|
|
const std::string & |
install_after |
|
) |
| |
Add a dependency to the map.
void DAnCE::Dependency_Sorter::add_nondependent |
( |
const std::string & |
subject | ) |
|
Add a handler which has no dependencies.
Member Data Documentation
DEP_MAP DAnCE::Dependency_Sorter::dep_map_ |
|
private |
The documentation for this class was generated from the following files: