libzypp 17.31.23
PoolImpl.cc
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#include <iostream>
13#include <zypp/base/LogTools.h>
14
15#include <zypp/pool/PoolImpl.h>
16
17using std::endl;
18
20namespace zypp
21{
22
24 {}
25
27 { return _pimpl->changedPseudoInstalled(); }
28
30 namespace pool
31 {
32
34 //
35 // Class PoolImpl::PoolImpl
36 //
38
40 //
41 // METHOD NAME : PoolImpl::PoolImpl
42 // METHOD TYPE : Ctor
43 //
44 PoolImpl::PoolImpl()
45 {}
46
48 //
49 // METHOD NAME : PoolImpl::~PoolImpl
50 // METHOD TYPE : Dtor
51 //
52 PoolImpl::~PoolImpl()
53 {}
54
56 } // namespace pool
59} // namespace zypp
ChangedPseudoInstalled changedPseudoInstalled() const
Return all pseudo installed items whose current state differs from the established one.
Definition: PoolImpl.cc:26
std::map< PoolItem, ResStatus::ValidateValue > ChangedPseudoInstalled
Map holding pseudo installed items where current and established status differ.
Definition: ResPool.h:318
RW_pointer< pool::PoolTraits::Impl > _pimpl
Access to implementation.
Definition: ResPool.h:469
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:2