#include "Tools/Streams/InStreams.h"
#include "Platform/GTAssert.h"
Include dependency graph for SharedReceiver.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | SharedReceiver |
| The class implements a receiver. More... | |
Defines | |
| #define | SHARED_RECEIVER(type) SharedReceiver<type> the##type##Receiver |
| The macro declares a shared received. | |
Definition in file SharedReceiver.h.
|
|
The macro declares a shared received. It must be used inside a declaration of a process, after the macro DEBUGGING.
Definition at line 67 of file SharedReceiver.h. |
1.3.6