OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
xmsm::Active Struct Reference
Inheritance diagram for xmsm::Active:
Collaboration diagram for xmsm::Active:

Public Types

typedef mpl::list
< sc::custom_reaction
< EvAdminDown >
, sc::custom_reaction
< EvConnectTimerExpired >
, sc::custom_reaction
< EvOpenTimerExpired >
, sc::custom_reaction
< EvTcpPassiveOpen >
, sc::custom_reaction
< EvTcpClose >
, sc::custom_reaction
< EvXmppOpen >
, sc::custom_reaction< EvStop > > 
reactions
 

Public Member Functions

 Active (my_context ctx)
 
 ~Active ()
 
sc::result react (const EvConnectTimerExpired &event)
 
sc::result react (const EvTcpPassiveOpen &event)
 
sc::result react (const EvTcpClose &event)
 
sc::result react (const EvOpenTimerExpired &event)
 
sc::result react (const EvXmppOpen &event)
 
sc::result react (const EvStop &event)
 
sc::result react (const EvAdminDown &event)
 

Detailed Description

Definition at line 262 of file xmpp_state_machine.cc.

Member Typedef Documentation

typedef mpl::list< sc::custom_reaction<EvAdminDown>, sc::custom_reaction<EvConnectTimerExpired>, sc::custom_reaction<EvOpenTimerExpired>, sc::custom_reaction<EvTcpPassiveOpen>, sc::custom_reaction<EvTcpClose>, sc::custom_reaction<EvXmppOpen>, sc::custom_reaction<EvStop> > xmsm::Active::reactions

Definition at line 271 of file xmpp_state_machine.cc.

Constructor & Destructor Documentation

xmsm::Active::Active ( my_context  ctx)
inline

Definition at line 273 of file xmpp_state_machine.cc.

Here is the call graph for this function:

xmsm::Active::~Active ( )
inline

Definition at line 295 of file xmpp_state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

sc::result xmsm::Active::react ( const EvConnectTimerExpired event)
inline

Definition at line 302 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::Active::react ( const EvTcpPassiveOpen event)
inline

Definition at line 315 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::Active::react ( const EvTcpClose event)
inline

Definition at line 331 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::Active::react ( const EvOpenTimerExpired event)
inline

Definition at line 343 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::Active::react ( const EvXmppOpen event)
inline

Definition at line 362 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::Active::react ( const EvStop event)
inline

Definition at line 404 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::Active::react ( const EvAdminDown event)
inline

Definition at line 422 of file xmpp_state_machine.cc.

Here is the call graph for this function:


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