|
typedef MakeTypeList
< MetadataCollectionKey
< KeywordNameSet >
, MetadataCollectionKey< Set
< std::string >
>, MetadataCollectionKey
< Sequence< std::string >
>, MetadataCollectionKey
< PackageIDSequence >
, MetadataCollectionKey
< FSPathSequence >
, MetadataCollectionKey< Map
< std::string, std::string >
>, MetadataCollectionKey
< Maintainers >
, MetadataSpecTreeKey
< DependencySpecTree >
, MetadataSpecTreeKey
< LicenseSpecTree >
, MetadataSpecTreeKey
< FetchableURISpecTree >
, MetadataSpecTreeKey
< SimpleURISpecTree >
, MetadataSpecTreeKey
< PlainTextSpecTree >
, MetadataSpecTreeKey
< RequiredUseSpecTree >
, MetadataValueKey
< std::string >
, MetadataValueKey< long >
, MetadataValueKey< bool >
, MetadataValueKey< FSPath >
, MetadataValueKey< Slot >
, MetadataValueKey
< std::shared_ptr< const
PackageID >
>, MetadataValueKey
< std::shared_ptr< const
Choices > >, MetadataTimeKey,
MetadataSectionKey >::Type | VisitableTypeList |
| |
|
typedef MetadataKey | VisitableBaseClass |
| |
typedef
MetadataKey::VisitableTypeList | VisitableTypeList |
| |
|
typedef MetadataKey | VisitableBaseClass |
| |
typedef WrappedForwardIterator
< MetadataConstIteratorTag,
const std::shared_ptr< const
MetadataKey > > | MetadataConstIterator |
| |
| virtual const std::string | raw_name () const PALUDIS_ATTRIBUTE((warn_unused_result))=0 |
| |
| virtual const std::string | human_name () const PALUDIS_ATTRIBUTE((warn_unused_result))=0 |
| |
| virtual MetadataKeyType | type () const PALUDIS_ATTRIBUTE((warn_unused_result))=0 |
| |
|
| MetadataKey ()=default |
| |
|
virtual | ~MetadataKey ()=0 |
| |
|
| MetadataKey (const MetadataKey &)=delete |
| |
|
MetadataKey & | operator= (const MetadataKey &)=delete |
| |
|
void | accept (UnwrappedVisitor_ &v) |
| |
|
void | accept (UnwrappedVisitor_ &v) const |
| |
|
void | accept (const UnwrappedVisitor_ &v) |
| |
|
void | accept (const UnwrappedVisitor_ &v) const |
| |
|
Result_ | accept_returning (UnwrappedVisitor_ &v, const Result_ &r=Result_()) |
| |
|
Result_ | accept_returning (const UnwrappedVisitor_ &v, const Result_ &r=Result_()) |
| |
|
Result_ | accept_returning (UnwrappedVisitor_ &v, const Result_ &r=Result_()) const |
| |
|
Result_ | accept_returning (const UnwrappedVisitor_ &v, const Result_ &r=Result_()) const |
| |
|
MetadataConstIterator | begin_metadata () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| |
|
MetadataConstIterator | end_metadata () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| |
|
MetadataConstIterator | find_metadata (const std::string &) const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| |
| virtual void | add_metadata_key (const std::shared_ptr< const MetadataKey > &) const |
| |
| virtual void | clear_metadata_keys () const |
| |
| virtual void | need_keys_added () const =0 |
| |
A MetadataSectionKey is a MetadataKey that holds a number of other MetadataKey instances.
- Since
- 0.26
- Examples:
- example_metadata_key.cc.