paludis
Version 2.6.0
|
#include <dep_spec.hh>
Public Member Functions | |
virtual std::shared_ptr< DepSpec > | clone () 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 | |
SimpleURIDepSpec (const std::string &) | |
Additional Inherited Members | |
![]() | |
void | set_text (const std::string &) |
StringDepSpec (const std::string &) | |
~StringDepSpec () | |
A SimpleURIDepSpec represents a simple URI part.
Unlike FetchableURIDepSpec, arrow notation is not supported.
|
virtual |
Return a new copy of ourselves.
Implements paludis::Cloneable< DepSpec >.