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
final_p.cc
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
----------------------------------------------------------------------*/
9
10
#include <
zypp-curl/ng/network/private/downloader_p.h
>
11
#include <
zypp-curl/ng/network/private/mediadebug_p.h
>
12
#include "
final_p.h
"
13
14
namespace
zyppng
{
15
16
FinishedState::FinishedState
(
NetworkRequestError
&&error,
DownloadPrivate
&parent)
17
: SimpleState( parent )
18
, _error(
std
::move(error) )
19
{
20
MIL
<<
"About to enter FinishedState for url "
<< parent.
_spec
.
url
() << std::endl;
21
}
22
23
}
zyppng::DownloadPrivateBase::_spec
DownloadSpec _spec
Definition:
base_p.h:98
zyppng::DownloadPrivate
Definition:
downloader_p.h:90
zyppng::DownloadSpec::url
const Url & url() const
Definition:
downloadspec.cc:50
zyppng::NetworkRequestError
The NetworkRequestError class Represents a error that occured in.
Definition:
networkrequesterror.h:24
downloader_p.h
final_p.h
mediadebug_p.h
std
Definition:
Arch.h:361
zyppng
Definition:
MediaNetwork.h:23
zyppng::FinishedState::FinishedState
FinishedState(NetworkRequestError &&error, DownloadPrivate &parent)
Definition:
final_p.cc:16
MIL
#define MIL
Definition:
Logger.h:96
zypp-curl
ng
network
private
downloaderstates
final_p.cc
Generated by
1.9.6