|
libzypp 17.32.6
|
#include <zypp-curl/ng/network/private/downloaderstates/final_p.h>

Public Member Functions | |
| FinishedState (NetworkRequestError &&error, DownloadPrivate &parent) | |
| void | enter () |
| void | exit () |
Public Member Functions inherited from zyppng::BasicState< StatemachineType, isFin > | |
| BasicState (StatemachineType &sm) | |
| ~BasicState () override | |
| BasicState (BasicState &&) noexcept=default | |
| BasicState & | operator= (BasicState &&) noexcept=default |
| StatemachineType & | stateMachine () |
| const StatemachineType & | stateMachine () const |
Public Member Functions inherited from zyppng::Base | |
| Base () | |
| virtual | ~Base () |
| WeakPtr | parent () const |
| void | addChild (const Base::Ptr &child) |
| void | removeChild (const Ptr &child) |
| const std::unordered_set< Ptr > & | children () const |
| std::thread::id | threadId () const |
| template<typename T > | |
| std::vector< std::weak_ptr< T > > | findChildren () const |
| template<typename T > | |
| std::shared_ptr< T > | shared_this () const |
| template<typename T > | |
| std::shared_ptr< T > | shared_this () |
| template<typename T > | |
| std::weak_ptr< T > | weak_this () const |
| template<typename T > | |
| std::weak_ptr< T > | weak_this () |
| template<typename SenderFunc , typename ReceiverFunc > | |
| auto | connect (SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) |
| template<typename SenderFunc , typename ReceiverFunc , typename ... Tracker> | |
| std::enable_if_t< std::is_member_function_pointer_v< SenderFunc >, connection > | connectFunc (SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) |
Public Attributes | |
| NetworkRequestError | _error |
Final state implementation, we enter this state as the very last step. It carries the result of the whole operation.
| zyppng::FinishedState::FinishedState | ( | NetworkRequestError && | error, |
| DownloadPrivate & | parent ) |
Definition at line 16 of file final_p.cc.
| NetworkRequestError zyppng::FinishedState::_error |