Classes | Namespaces

srv-msg-router.h File Reference

#include "aesop-proto/message.h"
#include "story/story.h"
Include dependency graph for srv-msg-router.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aesop::StateUpdates
 state update callback interface
WARNING: all of these interfaces must be threadsafe! More...
struct  aesop::handler_state_t
 handler function and state More...
class  aesop::MessageRouter
 The name may be a misnomer. More...

Namespaces

namespace  aesop

Typedefs

typedef void(* aesop::msg_handler_fn )(handler_state_t &state)
 handler callback