libzypp 17.31.23
UserWantedPackages.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
15#ifndef USER_WANTED_PACKAGES_H
16#define USER_WANTED_PACKAGES_H
17
18#include <set>
19#include <string>
20
21namespace zypp
22{
23 namespace ui
24 {
40 std::set<std::string> userWantedPackageNames();
41
42 } // namespace ui
43} // namespace zypp
44
45#endif // USER_WANTED_PACKAGES_H
set< string > userWantedPackageNames()
This returns a set of package names the user explicitly wanted to transact ( to install,...
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:2