paludis
Version 2.6.0
|
#include <dep_spec.hh>
Public Member Functions | |
const PackageDepSpec | blocking () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
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 std::shared_ptr< DepSpec > | clone () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
![]() | |
std::string | text () const |
![]() | |
virtual | ~DepSpec () |
DepSpec (const DepSpec &)=delete | |
DepSpec & | operator= (const DepSpec &)=delete |
![]() | |
virtual | ~Cloneable () |
Basic operations | |
BlockDepSpec (const std::string &text, const PackageDepSpec &spec) | |
BlockDepSpec (const BlockDepSpec &) | |
Additional Inherited Members | |
![]() | |
void | set_text (const std::string &) |
StringDepSpec (const std::string &) | |
~StringDepSpec () | |
A BlockDepSpec represents a block on a package name (for example, 'app-editors/vim'), possibly with associated version and SLOT restrictions.
const PackageDepSpec paludis::BlockDepSpec::blocking | ( | ) | const |
Fetch the spec we're blocking.
|
virtual |
Return a new copy of ourselves.
Implements paludis::Cloneable< DepSpec >.
|
virtual |
Our annotations, may be null. Forwards to the underlying PackageDepSpec.
Reimplemented from paludis::DepSpec.
|
virtual |
Change our annotations, may be null. Forwards to the underlying PackageDepSpec.
Reimplemented from paludis::DepSpec.