#include <StreamModule.h>
Public Attributes | |
| bool | isreading_: 1 |
| re-entrancy control | |
| bool | iswriting_: 1 |
| re-entrancy control | |
| bool | canread_: 1 |
| Can the plug be read from? | |
| bool | canwrite_: 1 |
| Can the plug be written to? | |
| bool | notifyonread_: 1 |
| Does the plug need to be told if its partner can be read from? | |
| bool | notifyonwrite_: 1 |
| Does the plug need to be told if its partner can be written to? | |
Definition at line 232 of file StreamModule.h.
1.3-rc1