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.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
----------------------------------------------------------------------/
9
*
10
* This file contains private API, this might break at any time between releases.
11
* You have been warned!
12
*
13
*/
14
#ifndef ZYPP_CURL_NG_NETWORK_PRIVATE_DOWNLOADERSTATES_FINAL_P_H_INCLUDED
15
#define ZYPP_CURL_NG_NETWORK_PRIVATE_DOWNLOADERSTATES_FINAL_P_H_INCLUDED
16
17
#include "
base_p.h
"
18
#include <zypp-core/zyppng/base/statemachine.h>
19
20
namespace
zyppng
{
21
26
struct
FinishedState
:
public
SimpleState< DownloadPrivate, Download::Finished, true >
27
{
28
FinishedState
(
NetworkRequestError
&&error,
DownloadPrivate
&parent );
29
30
void
enter
(){}
31
void
exit
(){}
32
33
NetworkRequestError
_error
;
34
};
35
36
}
37
38
#endif
base_p.h
zyppng::DownloadPrivate
Definition:
downloader_p.h:90
zyppng::NetworkRequestError
The NetworkRequestError class Represents a error that occured in.
Definition:
networkrequesterror.h:24
zyppng
Definition:
MediaNetwork.h:23
zyppng::FinishedState
Definition:
final_p.h:27
zyppng::FinishedState::_error
NetworkRequestError _error
Definition:
final_p.h:33
zyppng::FinishedState::exit
void exit()
Definition:
final_p.h:31
zyppng::FinishedState::enter
void enter()
Definition:
final_p.h:30
zypp-curl
ng
network
private
downloaderstates
final_p.h
Generated by
1.9.6