class ReceiveAction

Class representing a certain action on receive.

Documentation

Class representing a certain action on receive. This class is simply a wrapper for the different receive policies, i.e. normal receive (you have to do a Receive*() to get a message), message handler (the handler is automatically called on receive of a message), automatic unpack (the received message is automatically unpacked into a fixed instance of the corresponding class) and swallow on receive (a received message is simply removed from the input queue).


This class has no child classes.
Friends:
class Struct
class HandlerTableType
See Also:
Struct for Usage.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.