00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef PALUDIS_GUARD_PALUDIS_DEP_SPEC_FWD_HH
00021 #define PALUDIS_GUARD_PALUDIS_DEP_SPEC_FWD_HH 1
00022
00023 #include <iosfwd>
00024 #include <string>
00025 #include <paludis/dep_label-fwd.hh>
00026 #include <paludis/dep_spec-fwd.hh>
00027 #include <paludis/formatter-fwd.hh>
00028 #include <paludis/util/attributes.hh>
00029 #include <paludis/util/sequence-fwd.hh>
00030 #include <paludis/util/options-fwd.hh>
00031 #include <tr1/memory>
00032
00033
00034
00035
00036
00037
00038
00039 namespace paludis
00040 {
00041 class DepSpec;
00042 class PackageDepSpec;
00043 class PlainTextDepSpec;
00044 class LicenseDepSpec;
00045 class FetchableURIDepSpec;
00046 class SimpleURIDepSpec;
00047 class AllDepSpec;
00048 class AnyDepSpec;
00049 class ConditionalDepSpec;
00050 class BlockDepSpec;
00051 class StringDepSpec;
00052 class NamedSetDepSpec;
00053 class PlainTextLabelDepSpec;
00054 template <typename T_> class LabelsDepSpec;
00055
00056 #include <paludis/dep_spec-se.hh>
00057
00058
00059
00060
00061
00062
00063
00064 typedef Options<PartiallyMadePackageDepSpecOption> PartiallyMadePackageDepSpecOptions;
00065
00066
00067
00068
00069
00070
00071
00072 typedef LabelsDepSpec<URILabel> URILabelsDepSpec;
00073
00074
00075
00076
00077
00078
00079
00080 typedef LabelsDepSpec<DependencyLabel> DependencyLabelsDepSpec;
00081
00082 class PackageDepSpecData;
00083 class PartiallyMadePackageDepSpec;
00084 class ConditionalDepSpecData;
00085
00086 class AdditionalPackageDepSpecRequirement;
00087
00088 struct InstallableToRepository;
00089 struct InstallableToPath;
00090
00091
00092
00093
00094
00095
00096 std::ostream & operator<< (std::ostream &, const AdditionalPackageDepSpecRequirement &) PALUDIS_VISIBLE;
00097
00098
00099
00100
00101
00102
00103
00104 typedef Sequence<std::tr1::shared_ptr<const AdditionalPackageDepSpecRequirement> > AdditionalPackageDepSpecRequirements;
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115 PartiallyMadePackageDepSpec make_package_dep_spec(const PartiallyMadePackageDepSpecOptions &) PALUDIS_VISIBLE;
00116
00117
00118
00119
00120
00121
00122 std::ostream & operator<< (std::ostream &, const PlainTextDepSpec &) PALUDIS_VISIBLE;
00123
00124 class PackageDepSpecError;
00125
00126
00127
00128
00129
00130
00131 std::ostream & operator<< (std::ostream &, const PackageDepSpec &) PALUDIS_VISIBLE;
00132
00133
00134
00135
00136
00137
00138
00139 std::ostream & operator<< (std::ostream &, const URILabelsDepSpec &) PALUDIS_VISIBLE;
00140
00141
00142
00143
00144
00145
00146
00147 std::ostream & operator<< (std::ostream &, const DependencyLabelsDepSpec &) PALUDIS_VISIBLE;
00148
00149
00150
00151
00152
00153
00154
00155 std::ostream & operator<< (std::ostream &, const BlockDepSpec &) PALUDIS_VISIBLE;
00156
00157
00158
00159
00160
00161
00162
00163 std::ostream & operator<< (std::ostream &, const SimpleURIDepSpec &) PALUDIS_VISIBLE;
00164
00165
00166
00167
00168
00169
00170
00171 std::ostream & operator<< (std::ostream &, const FetchableURIDepSpec &) PALUDIS_VISIBLE;
00172
00173
00174
00175
00176
00177
00178
00179 std::ostream & operator<< (std::ostream &, const LicenseDepSpec &) PALUDIS_VISIBLE;
00180
00181
00182
00183
00184
00185
00186
00187 std::ostream & operator<< (std::ostream &, const ConditionalDepSpec &) PALUDIS_VISIBLE;
00188
00189
00190
00191
00192
00193
00194
00195 std::ostream & operator<< (std::ostream &, const NamedSetDepSpec &) PALUDIS_VISIBLE;
00196
00197
00198
00199
00200
00201
00202
00203 std::ostream & operator<< (std::ostream &, const PlainTextLabelDepSpec &) PALUDIS_VISIBLE;
00204 }
00205
00206 #endif