Go to the documentation of this file.
19 #include <zypp/APIConfig.h>
60 typedef ::boost::shared_ptr<ZYpp>
Ptr;
61 typedef ::boost::shared_ptr<const ZYpp>
constPtr;
152 friend void ::boost::checked_delete<ZYpp>(
ZYpp*);
164 #endif // ZYPP_ZYPP_H
ZYppCommitResult CommitResult
KeyRing_Ptr keyRing() const
Target_Ptr target() const
ZYpp(const Impl_Ptr &impl_r)
Factory ctor.
void initializeTarget(const Pathname &root, bool doRebuild_r=false)
DiskUsageCounter::MountPointSet getPartitions() const
ManagedFile provideSrcPackage(const SrcPackage_constPtr &srcPackage_r)
Provides a source package on the Target.
friend std::ostream & operator<<(std::ostream &str, const ZYpp &obj)
Target_Ptr getTarget() const
Same as target but returns NULL if target is not initialized, instead of throwing.
void setHomePath(const Pathname &path)
set the home, if you need to change it
Resolver_Ptr resolver() const
::boost::shared_ptr< const ZYpp > constPtr
ResPool pool() const
Access to the global resolvable pool.
RW_pointer< Impl > _pimpl
Pointer to implementation.
void installSrcPackage(const SrcPackage_constPtr &srcPackage_r)
Install a source package on the Target.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
ZYppCommitResult commit(const ZYppCommitPolicy &policy_r)
Commit changes and transactions.
shared_ptr< Impl > Impl_Ptr
Easy-to use interface to the ZYPP dependency resolver.
::boost::shared_ptr< ZYpp > Ptr
zypp_detail::ZYppImpl Impl
Result returned from ZYpp::commit.
void setPartitions(const DiskUsageCounter::MountPointSet &mp)
Pathname homePath() const
Get the path where zypp related plugins store persistent data and caches
ZYpp factory class (Singleton)
DiskUsageCounter::MountPointSet diskUsage()
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Pathname tmpPath() const
Get the path where zypp related plugins store temp data
std::set< MountPoint > MountPointSet
ResPool::instance().proxy();.
String related utilities and Regular expression matching.
ResPoolProxy poolProxy() const
Pool of ui::Selectable.
Options and policies for ZYpp::commit.