| ChibiOS
    19.1.4
    | 
Null stream object. More...
#include <nullstreams.h>


| Data Fields | |
| const struct NullStreamVMT * | vmt | 
| Virtual Methods Table.  More... | |
|  Data Fields inherited from BaseSequentialStream | |
| const struct BaseSequentialStreamVMT * | vmt | 
| Virtual Methods Table.  More... | |
|  Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt | 
| Virtual Methods Table.  More... | |
Null stream object.
Definition at line 62 of file nullstreams.h.
| const struct NullStreamVMT* NullStream::vmt |