| 
    Evo C++ Library v0.5.1
    
   | 
 
#include <evo/iothread.h>
Stream with mutex for multithreaded synchronization.
Public Types | |
| typedef StreamMT< T > | This | 
| This type.  More... | |
Public Member Functions | |
| StreamMT (bool exceptions=1) | |
| Constructor.  More... | |
Public Attributes | |
| Mutex | mutex | 
| Stream mutex.  More... | |
| T | stream | 
| Stream object.  More... | |
      
  | 
  inline | 
Constructor.
| exceptions | Whether to enable exceptions on error, default set by Evo config: EVO_EXCEPTIONS | 
| T stream | 
Stream object.
 1.8.13