12 #ifndef ZYPP_MANAGEDFILE_H
13 #define ZYPP_MANAGEDFILE_H
17 #include <zypp/Pathname.h>
18 #include <zypp/AutoDispose.h>
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Easy-to use interface to the ZYPP dependency resolver.
AutoDispose< const Pathname > ManagedFile
A Pathname plus associated cleanup code to be executed when path is no longer needed.