#include "aesop-proto/message.h"
#include "story/story.h"
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 )(IN handler_state_t &state) |
handler callback |