#include <paludis/match_package-fwd.hh>
#include <paludis/util/attributes.hh>
#include <paludis/dep_spec-fwd.hh>
#include <paludis/spec_tree-fwd.hh>
#include <paludis/environment-fwd.hh>
#include <paludis/package_id-fwd.hh>
#include <tr1/memory>
Go to the source code of this file.
Namespaces | |
namespace | paludis |
Functions | |
bool | paludis::match_package (const Environment &env, const PackageDepSpec &spec, const PackageID &target, const MatchPackageOptions &options) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE |
bool | paludis::match_package_in_set (const Environment &env, const SetSpecTree &spec, const PackageID &target, const MatchPackageOptions &options) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE |