#include <metadata_key.hh>
|
| virtual Timestamp | parse_value () const PALUDIS_ATTRIBUTE((warn_unused_result))=0 |
| |
| 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 |
| |
|
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 |
| |
A MetadataTimeKey is a MetadataKey that has a Timestamp as its value.
- Since
- 0.26
-
0.44 Timestamp instead of time_t
- Examples:
- example_metadata_key.cc.
| virtual Timestamp paludis::MetadataTimeKey::parse_value |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: