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

Public Member Functions | |
| InitialState (DownloadPrivate &parent) | |
| void | enter () |
| void | exit () |
| void | initiate () |
| SignalProxy< void() > | sigTransitionToDetectMetalinkState () |
| SignalProxy< void() > | sigTransitionToDlMetaLinkInfoState () |
| SignalProxy< void() > | sigTransitionToDlNormalFileState () |
Public Member Functions inherited from zyppng::BasicState< DownloadPrivate, isFin > | |
| BasicState (DownloadPrivate &sm) | |
| BasicState (BasicState &&) noexcept=default | |
| ~BasicState () override | |
| BasicState & | operator= (BasicState &&) noexcept=default |
| DownloadPrivate & | stateMachine () |
| const DownloadPrivate & | 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) |
Private Attributes | |
| Signal< void()> | _sigTransitionToDetectMetalinkState |
| Signal< void()> | _sigTransitionToDlMetaLinkInfoState |
| Signal< void()> | _sigTransitionToDlNormalFileState |
Additional Inherited Members | |
Public Types inherited from zyppng::Base | |
| using | Ptr = std::shared_ptr< Base > |
| using | WeakPtr = std::weak_ptr< Base > |
Static Public Member Functions inherited from zyppng::Base | |
| template<typename Obj , typename Functor > | |
| static decltype(auto) | make_base_slot (Obj *o, Functor &&f) |
| template<typename SenderFunc , typename ReceiverFunc > | |
| static auto | connect (typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) |
| template<typename SenderFunc , typename ReceiverFunc , typename ... Tracker> | |
| static auto | connectFunc (typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) |
Static Public Attributes inherited from zyppng::SimpleState< DownloadPrivate, Download::InitialState, false > | |
| static constexpr auto | stateId |
Static Public Attributes inherited from zyppng::BasicState< DownloadPrivate, isFin > | |
| static constexpr bool | isFinal |
Protected Member Functions inherited from zyppng::Base | |
| Base (BasePrivate &dd) | |
Protected Attributes inherited from zyppng::Base | |
| std::unique_ptr< BasePrivate > | d_ptr |
Initial state implementation, this state is used only to kickstart the statemachine
Definition at line 29 of file initial_p.h.
|
inline |
Definition at line 31 of file initial_p.h.
| void zyppng::InitialState::enter | ( | ) |
Definition at line 20 of file initial_p.cc.
| void zyppng::InitialState::exit | ( | ) |
Definition at line 22 of file initial_p.cc.
| void zyppng::InitialState::initiate | ( | ) |
Definition at line 24 of file initial_p.cc.
|
inline |
Definition at line 38 of file initial_p.h.
|
inline |
Definition at line 42 of file initial_p.h.
|
inline |
Definition at line 52 of file initial_p.h.
|
private |
Definition at line 61 of file initial_p.h.
|
private |
Definition at line 62 of file initial_p.h.
|
private |
Definition at line 66 of file initial_p.h.