|
paludis
Version 1.4.0
|
#include <dep_spec.hh>
Inheritance diagram for paludis::DepSpec:Public Member Functions | |
| 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 > &) |
Public Member Functions inherited from paludis::Cloneable< DepSpec > | |
| virtual std::shared_ptr< DepSpec > | clone () const PALUDIS_ATTRIBUTE((warn_unused_result))=0 |
| virtual | ~Cloneable () |
Basic operations | |
| virtual | ~DepSpec () |
| DepSpec (const DepSpec &)=delete | |
| DepSpec & | operator= (const DepSpec &)=delete |
Base class for a dependency spec.
|
virtual |
|
virtual |
1.8.3.1