paludis::FetchActionOptions Struct Reference
[Actions]

#include <action.hh>

List of all members.

Public Attributes

NamedValue
< n::exclude_unmirrorable,
bool > 
exclude_unmirrorable
NamedValue< n::fetch_unneeded,
bool > 
fetch_unneeded
NamedValue
< n::ignore_unfetched, bool > 
ignore_unfetched
NamedValue
< n::make_output_manager,
std::tr1::function
< std::tr1::shared_ptr
< OutputManager > const
FetchAction &)> > 
make_output_manager
NamedValue< n::safe_resume, bool > safe_resume


Detailed Description

Options for a FetchAction.

See also:
FetchAction
Since:
0.30

Member Data Documentation

NamedValue<n::exclude_unmirrorable, bool> paludis::FetchActionOptions::exclude_unmirrorable

Since:
0.32

NamedValue<n::ignore_unfetched, bool> paludis::FetchActionOptions::ignore_unfetched

Ignore any unfetched packages. Verify digests for anything that's already there, and if we know for sure manual fetching will be required, raise the appropriate error.

Since:
0.36

NamedValue<n::make_output_manager, std::tr1::function<std::tr1::shared_ptr<OutputManager> const FetchAction &)> > paludis::FetchActionOptions::make_output_manager

This is a function to avoid chicken / egg problems when using Environment::create_output_manager.

Since:
0.36


The documentation for this struct was generated from the following file:
Generated on Mon Sep 21 10:36:09 2009 for paludis by  doxygen 1.5.4