Loading [MathJax]/extensions/tex2jax.js
libzypp
17.31.23
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
c
d
g
h
m
n
o
p
r
s
w
y
Typedefs
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
Enumerator
d
e
f
l
n
p
r
s
t
v
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Related Functions
b
c
d
h
i
k
l
m
n
o
p
r
s
t
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
b
d
f
k
n
p
r
s
t
u
v
Typedefs
Macros
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
z
MediaHandlerFactory.h
Go to the documentation of this file.
1
#ifndef MEDIAHANDLERFACTORY_H
2
#define MEDIAHANDLERFACTORY_H
3
4
#include <zypp/Pathname.h>
5
#include <zypp/Url.h>
6
#include <memory>
7
8
9
namespace
zypp::media
{
10
11
class
MediaHandler;
12
13
class
MediaHandlerFactory
14
{
15
public
:
16
MediaHandlerFactory
();
17
static
std::unique_ptr<MediaHandler>
createHandler
(
const
Url
& o_url,
const
Pathname
& preferred_attach_point);
18
};
19
20
}
21
22
23
#endif
// MEDIAHANDLERFACTORY_H
zypp::Url
Url manipulation class.
Definition:
Url.h:92
zypp::filesystem::Pathname
Pathname.
Definition:
Pathname.h:45
zypp::media::MediaHandlerFactory
Definition:
MediaHandlerFactory.h:14
zypp::media::MediaHandlerFactory::createHandler
static std::unique_ptr< MediaHandler > createHandler(const Url &o_url, const Pathname &preferred_attach_point)
Definition:
MediaHandlerFactory.cc:28
zypp::media::MediaHandlerFactory::MediaHandlerFactory
MediaHandlerFactory()
Definition:
MediaHandlerFactory.cc:23
zypp::media
Definition:
MediaCD.cc:47
zypp
media
MediaHandlerFactory.h
Generated by
1.9.6