#include <iosfwd>
#include <string>
#include <paludis/dep_label-fwd.hh>
#include <paludis/dep_spec-fwd.hh>
#include <paludis/formatter-fwd.hh>
#include <paludis/util/attributes.hh>
#include <paludis/util/sequence-fwd.hh>
#include <paludis/util/options-fwd.hh>
#include <tr1/memory>
#include <paludis/dep_spec-se.hh>
Go to the source code of this file.
Namespaces | |
namespace | paludis |
Typedefs | |
typedef Options < PartiallyMadePackageDepSpecOption > | paludis::PartiallyMadePackageDepSpecOptions |
typedef LabelsDepSpec< URILabel > | paludis::URILabelsDepSpec |
typedef LabelsDepSpec < DependencyLabel > | paludis::DependencyLabelsDepSpec |
typedef Sequence < std::tr1::shared_ptr< const AdditionalPackageDepSpecRequirement > > | paludis::AdditionalPackageDepSpecRequirements |
Enumerations | |
enum | paludis::PartiallyMadePackageDepSpecOption { paludis::pmpdso_always_use_ranged_deps, paludis::last_pmpdso } |
Functions | |
std::ostream & | paludis::operator<< (std::ostream &, const PartiallyMadePackageDepSpecOption &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const AdditionalPackageDepSpecRequirement &) PALUDIS_VISIBLE |
PartiallyMadePackageDepSpec | paludis::make_package_dep_spec (const PartiallyMadePackageDepSpecOptions &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const PlainTextDepSpec &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const PackageDepSpec &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const URILabelsDepSpec &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const BlockDepSpec &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const SimpleURIDepSpec &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const FetchableURIDepSpec &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const LicenseDepSpec &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const ConditionalDepSpec &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const NamedSetDepSpec &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const PlainTextLabelDepSpec &) PALUDIS_VISIBLE |