ChibiOS/HAL 9.0.0
|
Null stream object. More...
#include <nullstreams.h>
Data Fields | |
const struct NullStreamVMT * | vmt |
Virtual Methods Table. | |
Data Fields inherited from BaseBufferedStream | |
const struct BaseBufferedStreamVMT * | vmt |
Virtual Methods Table. | |
Data Fields inherited from BaseSequentialStream | |
const struct BaseSequentialStreamVMT * | vmt |
Virtual Methods Table. | |
Data Fields inherited from BaseObject | |
const struct BaseObjectVMT * | vmt |
Virtual Methods Table. |
Null stream object.
Definition at line 62 of file nullstreams.h.
const struct NullStreamVMT* NullStream::vmt |