#include <uninstall_list.hh>
Data members | |
| bool | with_unused_dependencies |
| bool | with_dependencies_included |
| bool | with_dependencies_as_errors |
Basic operations | |
| UninstallListOptions (const bool &value_for_with_unused_dependencies, const bool &value_for_with_dependencies_included, const bool &value_for_with_dependencies_as_errors) | |
| UninstallListOptions () | |
Named argument constructor | |
| UninstallListOptions (const NamedArguments< true, true, true > &va) | |
| static NamedArguments< false, false, false > | create () PALUDIS_ATTRIBUTE((warn_unused_result)) |
Classes | |
| class | NamedArguments |
| paludis::UninstallListOptions::UninstallListOptions | ( | const NamedArguments< true, true, true > & | va | ) |
Create using named arguments.
| static NamedArguments< false, false, false> paludis::UninstallListOptions::create | ( | ) | [static] |
Convenience function to create an empty named arguments class.
1.5.7.1