|
paludis
Version 1.4.0
|
Files | |
| file | mask-fwd.hh |
| file | mask.hh |
| file | example_mask.cc |
Classes | |
| class | paludis::Mask |
| class | paludis::UserMask |
| class | paludis::UnacceptedMask |
| class | paludis::RepositoryMask |
| class | paludis::UnsupportedMask |
| struct | paludis::OverriddenMask |
Functions | |
| const std::string | paludis::get_mask_token (const Mask &) PALUDIS_VISIBLE PALUDIS_ATTRIBUTE((warn_unused_result)) |
A mask represents one reason why a PackageID is masked (not installable).
| enum MaskOverrideReason |
The reason an OverriddenMask is overridden.
| Enumerator | |
|---|---|
| mro_accepted_unstable |
The package is unstable, but the user accepted that (for example, ~keyword) |
| mro_overridden_by_user |
The user overrode the mask (for example, package_unmask.conf) |
| last_mro |
Number of keys in paludis::MaskOverrideReason. |
The reason an OverriddenMask is overridden.
| Enumerator | |
|---|---|
| mro_accepted_unstable |
The package is unstable, but the user accepted that (for example, ~keyword) |
| mro_overridden_by_user |
The user overrode the mask (for example, package_unmask.conf) |
| last_mro |
Number of keys in paludis::MaskOverrideReason. |
| const std::string paludis::get_mask_token | ( | const Mask & | ) |
Fetch the token associated with a Mask, or "" if there is no such token.
1.8.3.1