9#ifndef ZYPP_MEDIA_NG_LAZYMEDIAHANDLE_H
10#define ZYPP_MEDIA_NG_LAZYMEDIAHANDLE_H
12#include <zypp-media/ng/ProvideSpec>
18 template <
class Prov
ideType >
59 const std::vector<zypp::Url> &
urls()
const {
63 std::optional<MediaHandle>
handle ()
const {
71 const std::optional<zypp::Pathname> &
localPath()
const
73 static std::optional<zypp::Pathname>
noHandle;
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...