libzypp 17.31.23
zyppng::FinishedState Struct Reference

#include </home/abuild/rpmbuild/BUILD/libzypp-17.31.23/zypp-curl/ng/network/private/downloaderstates/final_p.h>

Inheritance diagram for zyppng::FinishedState:

Public Member Functions

 FinishedState (NetworkRequestError &&error, DownloadPrivate &parent)
 
void enter ()
 
void exit ()
 

Public Attributes

NetworkRequestError _error
 

Detailed Description

Final state implementation, we enter this state as the very last step. It carries the result of the whole operation.

Definition at line 26 of file final_p.h.

Constructor & Destructor Documentation

◆ FinishedState()

zyppng::FinishedState::FinishedState ( NetworkRequestError &&  error,
DownloadPrivate parent 
)

Definition at line 16 of file final_p.cc.

Member Function Documentation

◆ enter()

void zyppng::FinishedState::enter ( )
inline

Definition at line 30 of file final_p.h.

◆ exit()

void zyppng::FinishedState::exit ( )
inline

Definition at line 31 of file final_p.h.

Member Data Documentation

◆ _error

NetworkRequestError zyppng::FinishedState::_error

Definition at line 33 of file final_p.h.


The documentation for this struct was generated from the following files: