libzypp
13.10.6
|
ResPoolProxy implementation. More...
Public Types | |
typedef std::tr1::unordered_map < sat::detail::IdType, ui::Selectable::Ptr > | SelectableIndex |
typedef ResPoolProxy::const_iterator | const_iterator |
Public Member Functions | |
Impl () | |
Impl (ResPool pool_r, const pool::PoolImpl &poolImpl_r) | |
ui::Selectable::Ptr | lookup (const pool::ByIdent &ident_r) const |
bool | empty () const |
size_type | size () const |
const_iterator | begin () const |
const_iterator | end () const |
bool | empty (const ResKind &kind_r) const |
size_type | size (const ResKind &kind_r) const |
const_iterator | byKindBegin (const ResKind &kind_r) const |
const_iterator | byKindEnd (const ResKind &kind_r) const |
size_type | knownRepositoriesSize () const |
repository_iterator | knownRepositoriesBegin () const |
repository_iterator | knownRepositoriesEnd () const |
void | saveState () const |
void | saveState (const ResKind &kind_r) const |
void | restoreState () const |
void | restoreState (const ResKind &kind_r) const |
bool | diffState () const |
bool | diffState (const ResKind &kind_r) const |
Static Public Member Functions | |
static shared_ptr< Impl > | nullimpl () |
Offer default Impl. More... | |
Private Attributes | |
ResPool | _pool |
SelectablePool | _selPool |
SelectableIndex | _selIndex |
Friends | |
std::ostream & | operator<< (std::ostream &str, const Impl &obj) |
std::ostream & | dumpOn (std::ostream &str, const Impl &obj) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const ResPoolProxy::Impl &obj) |
std::ostream & | dumpOn (std::ostream &str, const ResPoolProxy::Impl &obj) |
ResPoolProxy implementation.
Definition at line 91 of file ResPoolProxy.cc.
typedef std::tr1::unordered_map<sat::detail::IdType,ui::Selectable::Ptr> zypp::ResPoolProxy::Impl::SelectableIndex |
Definition at line 96 of file ResPoolProxy.cc.
Definition at line 97 of file ResPoolProxy.cc.
|
inline |
Definition at line 100 of file ResPoolProxy.cc.
|
inline |
Definition at line 104 of file ResPoolProxy.cc.
|
inline |
Definition at line 133 of file ResPoolProxy.cc.
|
inline |
Definition at line 142 of file ResPoolProxy.cc.
|
inline |
Definition at line 145 of file ResPoolProxy.cc.
|
inline |
Definition at line 148 of file ResPoolProxy.cc.
|
inline |
Definition at line 151 of file ResPoolProxy.cc.
|
inline |
Definition at line 155 of file ResPoolProxy.cc.
Definition at line 158 of file ResPoolProxy.cc.
|
inline |
Definition at line 161 of file ResPoolProxy.cc.
|
inline |
Definition at line 164 of file ResPoolProxy.cc.
|
inline |
Definition at line 168 of file ResPoolProxy.cc.
|
inline |
Definition at line 171 of file ResPoolProxy.cc.
|
inline |
Definition at line 174 of file ResPoolProxy.cc.
|
inline |
Definition at line 179 of file ResPoolProxy.cc.
|
inline |
Definition at line 182 of file ResPoolProxy.cc.
|
inline |
Definition at line 185 of file ResPoolProxy.cc.
|
inline |
Definition at line 188 of file ResPoolProxy.cc.
|
inline |
Definition at line 191 of file ResPoolProxy.cc.
|
inline |
Definition at line 194 of file ResPoolProxy.cc.
|
inlinestatic |
Offer default Impl.
Definition at line 204 of file ResPoolProxy.cc.
|
friend |
|
friend |
|
related |
Stream output
Definition at line 213 of file ResPoolProxy.cc.
|
related |
Verbose stream output
Definition at line 229 of file ResPoolProxy.cc.
|
private |
Definition at line 198 of file ResPoolProxy.cc.
|
mutableprivate |
Definition at line 199 of file ResPoolProxy.cc.
|
mutableprivate |
Definition at line 200 of file ResPoolProxy.cc.