paludis
Version 2.6.0
|
Public Member Functions | |
virtual std::shared_ptr< DepSpec > | clone () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
const std::string | label () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
![]() | |
std::string | text () const |
![]() | |
virtual const std::shared_ptr< const DepSpecAnnotations > | maybe_annotations () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
virtual void | set_annotations (const std::shared_ptr< const DepSpecAnnotations > &) |
virtual | ~DepSpec () |
DepSpec (const DepSpec &)=delete | |
DepSpec & | operator= (const DepSpec &)=delete |
![]() | |
virtual | ~Cloneable () |
Basic operations | |
PlainTextLabelDepSpec (const std::string &) | |
~PlainTextLabelDepSpec () | |
Additional Inherited Members | |
![]() | |
void | set_text (const std::string &) |
StringDepSpec (const std::string &) | |
~StringDepSpec () | |
|
virtual |
Return a new copy of ourselves.
Implements paludis::Cloneable< DepSpec >.