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

Public Types

typedef mpl::list
< sc::custom_reaction
< EvAdminDown >
, sc::custom_reaction
< EvTcpClose >
, sc::custom_reaction
< EvXmppKeepalive >
, sc::custom_reaction
< EvXmppMessageStanza >
, sc::custom_reaction
< EvXmppIqStanza >
, sc::custom_reaction
< EvHoldTimerExpired >
, sc::custom_reaction< EvStop > > 
reactions
 

Public Member Functions

 XmppStreamEstablished (my_context ctx)
 
 ~XmppStreamEstablished ()
 
sc::result react (const EvTcpClose &event)
 
sc::result react (const EvXmppKeepalive &event)
 
sc::result react (const EvXmppMessageStanza &event)
 
sc::result react (const EvXmppIqStanza &event)
 
sc::result react (const EvHoldTimerExpired &event)
 
sc::result react (const EvStop &event)
 
sc::result react (const EvAdminDown &event)
 

Detailed Description

Definition at line 927 of file xmpp_state_machine.cc.

Member Typedef Documentation

typedef mpl::list< sc::custom_reaction<EvAdminDown>, sc::custom_reaction<EvTcpClose>, sc::custom_reaction<EvXmppKeepalive>, sc::custom_reaction<EvXmppMessageStanza>, sc::custom_reaction<EvXmppIqStanza>, sc::custom_reaction<EvHoldTimerExpired>, sc::custom_reaction<EvStop> > xmsm::XmppStreamEstablished::reactions

Definition at line 937 of file xmpp_state_machine.cc.

Constructor & Destructor Documentation

xmsm::XmppStreamEstablished::XmppStreamEstablished ( my_context  ctx)
inline

Definition at line 939 of file xmpp_state_machine.cc.

Here is the call graph for this function:

xmsm::XmppStreamEstablished::~XmppStreamEstablished ( )
inline

Definition at line 946 of file xmpp_state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

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

Definition at line 951 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::XmppStreamEstablished::react ( const EvXmppKeepalive event)
inline

Definition at line 966 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::XmppStreamEstablished::react ( const EvXmppMessageStanza event)
inline

Definition at line 979 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::XmppStreamEstablished::react ( const EvXmppIqStanza event)
inline

Definition at line 990 of file xmpp_state_machine.cc.

Here is the call graph for this function:

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

Definition at line 1001 of file xmpp_state_machine.cc.

Here is the call graph for this function:

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

Definition at line 1023 of file xmpp_state_machine.cc.

Here is the call graph for this function:

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

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