MercuryCallback.h File Reference

#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 Documentation

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.


Variable Documentation

const MString BLANKSTR [static]

Definition at line 8 of file MercuryCallback.h.


Hosted by SourceForge.net Logo