#include <MamaInbox.h>
| Name | |
|---|---|
| virtual | ~MamaInbox(void ) |
| MamaInbox(void ) | |
| virtual void | create(MamaTransport * transport, MamaQueue * queue, MamaInboxCallback * callback, void * closure =NULL) |
| virtual void | destroy(void ) |
| virtual void * | getClosure(void ) const |
| mamaInbox | getCValue() |
| const mamaInbox | getCValue() const |
class Wombat::MamaInbox;
Used for sending messages requesting a direct reply.
virtual ~MamaInbox(
void
)
MamaInbox(
void
)
virtual void create(
MamaTransport * transport,
MamaQueue * queue,
MamaInboxCallback * callback,
void * closure =NULL
)
Parameters:
Create an inbox.
virtual void destroy(
void
)
virtual void * getClosure(
void
) const
mamaInbox getCValue()
const mamaInbox getCValue() const
Updated on 2023-03-31 at 15:29:25 +0100