paludis
Version 2.6.0
|
#include <dep_spec.hh>
Public Member Functions | |
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 std::shared_ptr< DepSpec > | clone () const PALUDIS_ATTRIBUTE((warn_unused_result))=0 |
virtual | ~Cloneable () |
Protected Member Functions | |
void | set_text (const std::string &) |
Basic operations | |
StringDepSpec (const std::string &) | |
~StringDepSpec () | |
A StringDepSpec represents a dep spec with an associated piece of text.
|
protected |
Change our text.
std::string paludis::StringDepSpec::text | ( | ) | const |
Fetch our text.