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

Public Types

typedef mpl::list
< sc::custom_reaction< EvNsIn >
, sc::custom_reaction
< EvPktOut >
, sc::custom_reaction
< EvTestStateChange > > 
reactions
 

Public Member Functions

 NoState (my_context ctx)
 
 ~NoState ()
 
sc::result react (const EvNsIn &event)
 
sc::result react (const EvPktOut &event)
 
sc::result react (const EvTestStateChange &event)
 

Detailed Description

Definition at line 151 of file ndp_entry.cc.

Member Typedef Documentation

typedef mpl::list< sc::custom_reaction<EvNsIn>, sc::custom_reaction<EvPktOut>, sc::custom_reaction<EvTestStateChange> > fsm::NoState::reactions

Definition at line 156 of file ndp_entry.cc.

Constructor & Destructor Documentation

fsm::NoState::NoState ( my_context  ctx)
inlineexplicit

Definition at line 158 of file ndp_entry.cc.

Here is the call graph for this function:

fsm::NoState::~NoState ( )
inline

Definition at line 163 of file ndp_entry.cc.

Member Function Documentation

sc::result fsm::NoState::react ( const EvNsIn event)
inline

Definition at line 167 of file ndp_entry.cc.

Here is the call graph for this function:

sc::result fsm::NoState::react ( const EvPktOut event)
inline

Definition at line 174 of file ndp_entry.cc.

Here is the call graph for this function:

sc::result fsm::NoState::react ( const EvTestStateChange event)
inline

Definition at line 183 of file ndp_entry.cc.

Here is the call graph for this function:


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