OpenSDN source code
|
#include <boost/statechart/state_machine.hpp>
#include <string>
#include <utility>
#include "base/queue_task.h"
#include "base/timer.h"
#include "bgp/bgp_proto.h"
#include "io/tcp_session.h"
#include "sandesh/sandesh.h"
Go to the source code of this file.
Classes | |
class | StateMachine |
struct | StateMachine::EventContainer |
Namespaces | |
fsm | |
Typedefs | |
typedef boost::function< bool(StateMachine *)> | EvValidate |
Functions | |
std::ostream & | operator<< (std::ostream &out, const StateMachine::State &state) |
typedef boost::function<bool(StateMachine *)> EvValidate |
Definition at line 33 of file state_machine.h.
std::ostream& operator<< | ( | std::ostream & | out, |
const StateMachine::State & | state | ||
) |