diff options
author | 2011-01-02 02:19:01 +0000 | |
---|---|---|
committer | 2011-01-07 11:32:55 +0000 | |
commit | 20cc98f89f0208619fa8845d784463f03a7c9234 (patch) | |
tree | 11872e31117810463923d4fccb0a955e061e9262 /paludis/repositories/e/e_key.hh | |
parent | d02f6611a083735106d0f56d6d49f3a4743a5d07 (diff) | |
download | paludis-20cc98f89f0208619fa8845d784463f03a7c9234.tar.gz paludis-20cc98f89f0208619fa8845d784463f03a7c9234.tar.xz |
Share more common metadata
Diffstat (limited to 'paludis/repositories/e/e_key.hh')
-rw-r--r-- | paludis/repositories/e/e_key.hh | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/paludis/repositories/e/e_key.hh b/paludis/repositories/e/e_key.hh index e1cfba5a9..da356f68e 100644 --- a/paludis/repositories/e/e_key.hh +++ b/paludis/repositories/e/e_key.hh @@ -247,49 +247,6 @@ namespace paludis const PrettyPrintOptions &) const PALUDIS_ATTRIBUTE((warn_unused_result)); }; - class EKeywordsKey : - public MetadataCollectionKey<KeywordNameSet>, - private Pimp<EKeywordsKey> - { - public: - EKeywordsKey( - const Environment * const, - const std::shared_ptr<const ERepositoryID> &, - const std::string &, const std::string &, const std::string &, const MetadataKeyType); - ~EKeywordsKey(); - - const std::shared_ptr<const KeywordNameSet> value() const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual const std::string raw_name() const PALUDIS_ATTRIBUTE((warn_unused_result)); - virtual const std::string human_name() const PALUDIS_ATTRIBUTE((warn_unused_result)); - virtual MetadataKeyType type() const PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual const std::string pretty_print_value( - const PrettyPrinter &, - const PrettyPrintOptions &) const PALUDIS_ATTRIBUTE((warn_unused_result)); - }; - - class EStringSetKey : - public MetadataCollectionKey<Set<std::string> >, - private Pimp<EStringSetKey> - { - public: - EStringSetKey(const std::string &, const std::string &, const std::string &, const MetadataKeyType); - ~EStringSetKey(); - - const std::shared_ptr<const Set<std::string> > value() const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual const std::string raw_name() const PALUDIS_ATTRIBUTE((warn_unused_result)); - virtual const std::string human_name() const PALUDIS_ATTRIBUTE((warn_unused_result)); - virtual MetadataKeyType type() const PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual const std::string pretty_print_value( - const PrettyPrinter &, - const PrettyPrintOptions &) const PALUDIS_ATTRIBUTE((warn_unused_result)); - }; - class EContentsKey : public MetadataValueKey<std::shared_ptr<const Contents> >, private Pimp<EContentsKey> |