|
paludis
Version 1.4.0
|
#include <action.hh>
Inheritance diagram for paludis::InfoAction:Public Member Functions | |
| virtual const std::string | simple_name () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
Public Member Functions inherited from paludis::Action | |
| virtual | ~Action ()=0 |
Static Public Member Functions | |
| static const std::string | class_simple_name () PALUDIS_ATTRIBUTE((warn_unused_result)) |
Public Attributes | |
| const InfoActionOptions & | options |
Basic operations | |
| InfoAction (const InfoActionOptions &) | |
| ~InfoAction () | |
Additional Inherited Members | |
Public Types inherited from paludis::DeclareAbstractAcceptMethods< Action, MakeTypeList< InstallAction, UninstallAction, PretendAction, ConfigAction, FetchAction, InfoAction, PretendFetchAction >::Type > | |
|
typedef MakeTypeList < InstallAction, UninstallAction, PretendAction, ConfigAction, FetchAction, InfoAction, PretendFetchAction > ::Type | VisitableTypeList |
| typedef Action | VisitableBaseClass |
Public Types inherited from paludis::DeclareAbstractAcceptMethods< Action, Action::VisitableTypeList > | |
| typedef Action::VisitableTypeList | VisitableTypeList |
| typedef Action | VisitableBaseClass |
An InfoAction is used via PackageID::perform_action to execute additional information (for example, via 'paludis –info') on a PackageID.
This action potentially makes sense for both installed and installable packages. Unlike Ebuild EAPI-0 'pkg_info', this action is not specifically tied to installed packages.
| paludis::InfoAction::InfoAction | ( | const InfoActionOptions & | ) |
|
virtual |
| const InfoActionOptions& paludis::InfoAction::options |
1.8.3.1