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

Public Types

typedef mpl::list
< sc::custom_reaction
< EvAdminDown >
, sc::custom_reaction
< EvTcpClose >
, sc::custom_reaction
< EvXmppOpen >
, sc::custom_reaction
< EvHoldTimerExpired >
, sc::custom_reaction< EvStop > > 
reactions
 

Public Member Functions

 OpenSent (my_context ctx)
 
 ~OpenSent ()
 
sc::result react (const EvTcpClose &event)
 
sc::result react (const EvXmppOpen &event)
 
sc::result react (const EvHoldTimerExpired &event)
 
sc::result react (const EvStop &event)
 
sc::result react (const EvAdminDown &event)
 
void CloseSession (XmppStateMachine *state_machine)
 

Detailed Description

Definition at line 575 of file xmpp_state_machine.cc.

Member Typedef Documentation

typedef mpl::list< sc::custom_reaction<EvAdminDown>, sc::custom_reaction<EvTcpClose>, sc::custom_reaction<EvXmppOpen>, sc::custom_reaction<EvHoldTimerExpired>, sc::custom_reaction<EvStop> > xmsm::OpenSent::reactions

Definition at line 582 of file xmpp_state_machine.cc.

Constructor & Destructor Documentation

xmsm::OpenSent::OpenSent ( my_context  ctx)
inline

Definition at line 584 of file xmpp_state_machine.cc.

Here is the call graph for this function:

xmsm::OpenSent::~OpenSent ( )
inline

Definition at line 588 of file xmpp_state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

void xmsm::OpenSent::CloseSession ( XmppStateMachine state_machine)
inline

Definition at line 666 of file xmpp_state_machine.cc.

Here is the call graph for this function:

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

Definition at line 593 of file xmpp_state_machine.cc.

Here is the call graph for this function:

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

Definition at line 607 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenSent::react ( const EvHoldTimerExpired event)
inline

Definition at line 630 of file xmpp_state_machine.cc.

Here is the call graph for this function:

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

Definition at line 645 of file xmpp_state_machine.cc.

Here is the call graph for this function:

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

Definition at line 656 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: