OpenSDN source code
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

◆ reactions

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

◆ NoState()

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

Definition at line 158 of file ndp_entry.cc.

Here is the call graph for this function:

◆ ~NoState()

fsm::NoState::~NoState ( )
inline

Definition at line 163 of file ndp_entry.cc.

Member Function Documentation

◆ react() [1/3]

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:

◆ react() [2/3]

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:

◆ react() [3/3]

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: