My Project
Classes | Namespaces | Typedefs | Enumerations
result.hpp File Reference
#include <boost/assert.hpp>
Include dependency graph for result.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  boost::statechart::detail::safe_reaction_result
 
struct  boost::statechart::detail::result_utility
 

Namespaces

 boost
 
 boost::statechart
 
 boost::statechart::detail
 

Typedefs

typedef detail::safe_reaction_result boost::statechart::result
 

Enumerations

enum  boost::statechart::detail::reaction_result {
  boost::statechart::detail::no_reaction, boost::statechart::detail::do_forward_event, boost::statechart::detail::do_discard_event, boost::statechart::detail::do_defer_event,
  boost::statechart::detail::consumed
}