|
paludis
Version 1.4.0
|
#include <dep_spec.hh>
Inheritance diagram for paludis::StringDepSpec:Public Member Functions | |
| std::string | text () const |
Public Member Functions inherited from paludis::DepSpec | |
| 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 |
Public Member Functions inherited from paludis::Cloneable< DepSpec > | |
| 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.
1.8.3.1