#include <map>
#include "global.h"
#include "PStack.h"
Go to the source code of this file.
Classes | |
struct | MercuryCallback |
Callback for messages. More... | |
class | ClbkManager |
Typedefs | |
typedef void(*) | MercuryCallbackFunction (const MString &, void *, PStack &) |
Definition for message callback functions. | |
Variables | |
static const MString | BLANKSTR |
typedef void(*) MercuryCallbackFunction(const MString &, void *, PStack &) |
Definition for message callback functions.
First comes the name of the message being called, then comes the class address, given at register-time, then comes any parameters in an arbitrary format
Definition at line 14 of file MercuryCallback.h.
Definition at line 8 of file MercuryCallback.h.