DASH
0.3.0
|
Base type for device-specific IO streams. More...
#include <IOStream.h>
Public Types | |
typedef IOStreamMode< IOSModeType > | ios_mode_type |
Base type for device-specific IO streams.
An IO stream implementation for a specific device defines its modes by extending dash::io::IOSBaseMode
and uses these to define type specializations of dash::io::IOStreamMode
and dash::io::IOSBase
.
Example:
Definition at line 176 of file IOStream.h.