ChibiOS/HAL
7.0.3
|
Null stream object. More...
#include <nullstreams.h>
Data Fields | |
const struct NullStreamVMT * | vmt |
Virtual Methods Table. More... | |
![]() | |
const struct BaseSequentialStreamVMT * | vmt |
Virtual Methods Table. More... | |
![]() | |
const struct BaseObjectVMT * | vmt |
Virtual Methods Table. More... | |
Null stream object.
Definition at line 62 of file nullstreams.h.
const struct NullStreamVMT* NullStream::vmt |