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
MediaSource.cc
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
11
#include <iostream>
12
13
#include <
zypp/media/MediaSource.h
>
14
15
namespace
zypp
{
16
namespace
media {
17
18
std::ostream &
operator<<
( std::ostream &
str
,
const
AttachPoint
& obj )
19
{
20
return
str
<< (obj.
temp
?
"*"
:
""
) << obj.
path
;
21
}
22
23
std::ostream &
operator<<
( std::ostream &
str
,
const
AttachedMedia
& obj )
24
{
25
return
str
<<
"media("
<< obj.
mediaSource
<<
")attached("
<< obj.
attachPoint
<<
")"
;
26
}
27
28
}
// namespace media
29
}
// namespace zypp
MediaSource.h
zypp::media::AttachPoint
Attach point of a media source.
Definition:
MediaSource.h:106
zypp::media::AttachPoint::path
Pathname path
The path name (mount point).
Definition:
MediaSource.h:116
zypp::media::AttachPoint::temp
bool temp
If it was created temporary.
Definition:
MediaSource.h:117
str
String related utilities and Regular expression matching.
zypp::media::operator<<
std::ostream & operator<<(std::ostream &str, const MediaHandler &obj)
Definition:
MediaHandler.cc:1180
zypp
Easy-to use interface to the ZYPP dependency resolver.
Definition:
CodePitfalls.doc:2
zypp::media::AttachedMedia
A simple structure containing references to a media source and its attach point.
Definition:
MediaSource.h:134
zypp::media::AttachedMedia::mediaSource
MediaSourceRef mediaSource
Definition:
MediaSource.h:144
zypp::media::AttachedMedia::attachPoint
AttachPointRef attachPoint
Definition:
MediaSource.h:145
zypp
media
MediaSource.cc
Generated by
1.9.6